homebrew-cask/Casks/betterzip.rb

28 lines
1.3 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'betterzip' do
2018-04-27 06:16:52 +08:00
version '4.1.3'
sha256 'b9cc6fffa8ef2f20e008e2932a53258dfc7b2c226bb6301f0056240ad77f8d56'
url "https://macitbetter.com/dl/BetterZip-#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast "https://macitbetter.com/BetterZip#{version.major}.rss"
name 'BetterZip'
homepage 'https://macitbetter.com/'
2017-07-29 08:36:48 +08:00
auto_updates true
depends_on macos: '>= :yosemite'
2017-07-29 08:36:48 +08:00
2014-09-16 00:05:18 +08:00
app 'BetterZip.app'
2015-01-21 02:24:00 +08:00
2017-11-18 17:38:07 +08:00
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