homebrew-cask/Casks/betterzip.rb

31 lines
1.4 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'betterzip' do
2017-08-07 04:39:45 +08:00
version '4.0.1'
sha256 'd86d356efe3299d3ede725cd9821c8f3a36a791a8910aefc1c316b2aa4b1ba55'
url "https://macitbetter.com/dl/BetterZip-#{version}.zip"
2016-11-06 07:56:02 +08:00
appcast "https://macitbetter.com/BetterZip#{version.major}.rss",
2017-08-07 04:39:45 +08:00
checkpoint: '3e463b0687c09b97515c0a492a33ede27a69ead8436604665b5c35ebc00d54a2'
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
zap delete: [
'~/Library/Application Scripts/com.macitbetter.betterzip.findersyncextension',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.macitbetter.betterzip.sfl',
'~/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/Saved Application State/com.macitbetter.betterzip.savedState',
],
trash: [
'~/Library/Application Support/com.macitbetter.betterzip',
'~/Library/Preferences/com.macitbetter.betterzip.plist',
]
end