homebrew-cask/Casks/bee.rb

14 lines
393 B
Ruby
Raw Normal View History

2014-11-14 01:25:28 +08:00
cask :v1 => 'bee' do
2015-07-12 18:35:34 +08:00
version '2.1'
sha256 '3a3103938959d212ac9eb7c78bf83931d2876384ee13f5ffd3a9b3b2f0da3d58'
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