homebrew-cask/Casks/bee.rb

14 lines
495 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bee' do
2016-10-29 10:05:31 +08:00
version '2.4.4'
sha256 'a6dcb6f1915903eb518f1011b4fa6297fc1ff318a3f22a481ebe398cf168720e'
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',
2016-10-29 10:05:31 +08:00
checkpoint: '24d4f97bafc024fc43623d37ac49e69f1ee2db89dbae3c2fef10c39a3e6275dc'
2015-01-06 10:49:15 +08:00
name 'Bee'
2014-02-07 23:03:33 +08:00
homepage 'http://neat.io/bee/'
2014-09-16 00:05:18 +08:00
app 'Bee.app'
2014-02-07 23:03:33 +08:00
end