Skip to content

Commit

Permalink
izip: update livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Jan 9, 2025
1 parent 9ee8cb3 commit b4121df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Casks/i/izip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
homepage "https://www.izip.com/"

livecheck do
url "https://www.izip.com/download"
regex(%r{<li>Version:?\s*(\d+(?:\.\d+)+)</li>}i)
url "https://www.izip.com/updates"
strategy :sparkle
end

auto_updates true
depends_on macos: ">= :big_sur"

app "iZip.app"
Expand Down

0 comments on commit b4121df

Please sign in to comment.