Skip to content

Commit

Permalink
purevpn: update version, livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
AlternateRT authored and krehel committed Dec 14, 2024
1 parent 0ec1309 commit c46f1ee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Casks/p/purevpn.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "purevpn" do
version "9.23.0"
version "9.25.0"
sha256 :no_check

url "https://dzglif4kkvz04.cloudfront.net/mac-2.0/packages/Production/PureVPN.pkg",
Expand All @@ -9,8 +9,10 @@
homepage "https://www.purevpn.com/"

livecheck do
url "https://support.purevpn.com/mac-release-notes"
regex(/>\s*Version\s*v?(\d+(?:\.\d+)+)\s*</i)
url :url
strategy :extract_plist do |items|
items["com.purevpn.app.mac"]&.short_version
end
end

pkg "PureVPN.pkg"
Expand Down

0 comments on commit c46f1ee

Please sign in to comment.