Skip to content

Commit

Permalink
Fix strategy
Browse files Browse the repository at this point in the history
Co-authored-by: Klaus Hipp <[email protected]>
  • Loading branch information
shivangp76 and khipp authored Dec 24, 2024
1 parent 4fc6794 commit f04e159
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Casks/t/tpvirtual.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@

livecheck do
url :homepage
strategy :page_match do |page|
page[/TPVirtual-Installer_v(\d+)\.dmg/i, 1]
end
regex(/href=.*?TPVirtual[._-]Installer[._-]v?(\d+(?:\.\d+)*)\.dmg/i)
end

depends_on macos: ">= :high_sierra"
Expand Down

0 comments on commit f04e159

Please sign in to comment.