Skip to content

Commit

Permalink
Merge pull request #197993 from daeho-ro/bump-izip-5.0.53
Browse files Browse the repository at this point in the history
izip 5.0.53
  • Loading branch information
khipp authored Jan 12, 2025
2 parents 0fa8cbe + 0e74102 commit cf28c38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ iterm2@beta
iterm2@nightly
ivideonserver
ivpn
izip
jabra-direct
jami
jamie
Expand Down
10 changes: 7 additions & 3 deletions Casks/i/izip.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "izip" do
version "4.9.51"
version "5.0.53"
sha256 :no_check

url "https://www.izip.com/izip.dmg"
Expand All @@ -13,9 +13,13 @@
end

auto_updates true
depends_on macos: ">= :big_sur"
depends_on macos: ">= :monterey"

app "iZip.app"

zap trash: "~/Library/Preferences/com.codeius.izip.plist"
zap trash: [
"~/Library/HTTPStorages/com.codeius.izip",
"~/Library/Preferences/com.codeius.izip.plist",
"~/Library/Saved Application State/com.codeius.izip.savedState",
]
end

0 comments on commit cf28c38

Please sign in to comment.