forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.rb
20 lines (17 loc) · 863 Bytes
/
base.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cask 'base' do
version '2.4.12'
sha256 '6b9ab469a04c647156d972109ff80dbb9c60d484654284e1c8f0319b7bbcced3'
url "https://files.menial.co.uk/base/base_#{version}.zip"
appcast 'https://update.menial.co.uk/software/base/'
name 'Menial Base'
homepage 'https://menial.co.uk/base/'
app 'Base.app'
zap trash: [
'~/Library/Application Support/Base',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/uk.co.menial.base.sfl*',
'~/Library/Caches/com.apple.helpd/Generated/uk.co.menial.base.help*',
'~/Library/Caches/com.apple.helpd/SDMHelpData/Other/English/HelpSDMIndexFile/uk.co.menial.base.help*',
'~/Library/Caches/uk.co.menial.Base',
'~/Library/Preferences/uk.co.menial.Base.plist',
]
end