homebrew-cask/Casks/bee.rb

22 lines
837 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bee' do
2017-05-04 18:14:34 +08:00
version '2.4.12'
sha256 '5fafc42e83f5ff6963cc0a56e891d3d3570910885d45cbae32499bdf7a2ab3e5'
2016-02-12 01:35:01 +08:00
# bee-app.s3.amazonaws.com was verified as official when first introduced to the cask
2016-08-05 19:07:01 +08:00
url "https://bee-app.s3.amazonaws.com/public/Bee-#{version}.zip"
2016-08-11 18:58:22 +08:00
appcast 'https://s3.amazonaws.com/www.neat.io/appcasts/bee-appcast.xml',
2017-05-04 18:14:34 +08:00
checkpoint: 'a476363d71a75e908f6cc3ff58a63e995079b30b07892345f70bbb740a7728b7'
2015-01-06 10:49:15 +08:00
name 'Bee'
homepage 'http://www.neat.io/bee/'
2014-09-16 00:05:18 +08:00
app 'Bee.app'
2017-04-26 20:24:14 +08:00
2017-11-18 17:38:07 +08:00
zap trash: [
'~/Library/Application Scripts/io.neat.Bee',
'~/Library/Application Scripts/io.neat.Bee-Mutator',
'~/Library/Application Scripts/io.neat.Bee-Updater',
'~/Library/Containers/io.neat.Bee',
'~/Library/Containers/io.neat.Bee-Mutator',
]
2014-02-07 23:03:33 +08:00
end