forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcastbridge.rb
21 lines (17 loc) · 843 Bytes
/
castbridge.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
cask 'castbridge' do
version '1.0.7'
sha256 '9cb9b74e73735c8e3dcbc95c329d1431b522d8d8c61b0e9749391665ee667b22'
# s3.amazonaws.com/updates.castbridge.io was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/updates.castbridge.io/Castbridge-#{version}-mac.zip"
appcast 'https://s3.amazonaws.com/updates.castbridge.io/latest-mac.json'
name 'Castbridge'
homepage 'https://castbridge.io/'
app 'Castbridge.app'
uninstall signal: ['TERM', 'com.ariporad.Castbridge']
zap trash: [
'~/Library/Application Support/Castbridge',
'~/Library/Preferences/com.ariporad.Castbridge.helper.plist',
'~/Library/Preferences/com.ariporad.Castbridge.plist',
'~/Library/Saved Application State/com.ariporad.Castbridge.savedState',
]
end