forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbetterzip.rb
27 lines (23 loc) · 1.29 KB
/
betterzip.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
cask 'betterzip' do
version '4.2.4'
sha256 '62c254f0e0c6632150ef50cfe928dfb444ab6e764f5ae0809d71ce5b4d80bf66'
url "https://macitbetter.com/dl/BetterZip-#{version}.zip"
appcast "https://macitbetter.com/BetterZip#{version.major}.rss"
name 'BetterZip'
homepage 'https://macitbetter.com/'
auto_updates true
depends_on macos: '>= :yosemite'
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