homebrew-cask/Casks/betterzip.rb

30 lines
1.3 KiB
Ruby

cask "betterzip" do
version "5.0.3"
sha256 "061b4171fe9ccf6a291cb47ceadbd3fd8b10a818105e11d1e1dfd9b689ecadfb"
url "https://macitbetter.s3.amazonaws.com/BetterZip-#{version}.zip",
verified: "macitbetter.s3.amazonaws.com/"
appcast "https://macitbetter.com/BetterZip#{version.major}.rss"
name "BetterZip"
desc "Utility to create and modify archives"
homepage "https://macitbetter.com/"
auto_updates true
depends_on macos: ">= :high_sierra"
app "BetterZip.app"
zap trash: [
"~/Library/Application Scripts/com.macitbetter.betterzip.findersyncextension",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.macitbetter.betterzip.sfl*",
"~/Library/Application Support/com.macitbetter.betterzip",
"~/Library/Caches/com.apple.helpd/Generated/com.macitbetter.betterzip.help*",
"~/Library/Caches/com.macitbetter.betterzip",
"~/Library/Containers/com.macitbetter.betterzip.findersyncextension",
"~/Library/Group Containers/79RR9LPM2N.group.com.macitbetter.betterzip",
"~/Library/Group Containers/79RR9LPM2N.group.com.macitbetter.betterzip-setapp",
"~/Library/Preferences/com.macitbetter.betterzip.plist",
"~/Library/Saved Application State/com.macitbetter.betterzip.savedState",
]
end