homebrew-cask/Casks/bee.rb

14 lines
395 B
Ruby
Raw Normal View History

2014-11-14 01:25:28 +08:00
cask :v1 => 'bee' do
2015-10-06 04:38:53 +08:00
version '2.2.1'
sha256 '18b43b184c3d600be528e08d381c42a67cae1bf9d3e090d21a13f1e1be9b70a8'
2015-07-12 18:35:34 +08:00
# amazonaws.com is the official download host per the vendor homepage
url "http://bee-app.s3.amazonaws.com/public/Bee-#{version}.zip"
2014-05-14 21:39:58 +08:00
appcast 'http://neat.io/appcasts/bee-appcast.xml'
2015-01-06 10:49:15 +08:00
name 'Bee'
2014-02-07 23:03:33 +08:00
homepage 'http://neat.io/bee/'
license :commercial
2014-09-16 00:05:18 +08:00
app 'Bee.app'
2014-02-07 23:03:33 +08:00
end