Skip to content

Commit

Permalink
Merge pull request #197747 from Homebrew/update-izip
Browse files Browse the repository at this point in the history
izip: update livecheck
  • Loading branch information
chenrui333 authored Jan 9, 2025
2 parents e479c4e + b4121df commit d7f2f5d
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 d7f2f5d

Please sign in to comment.