homebrew-cask/Casks/bee.rb

12 lines
224 B
Ruby
Raw Normal View History

2014-02-07 23:03:33 +08:00
class Bee < Cask
2014-09-17 19:42:39 +08:00
version :latest
sha256 :no_check
2014-04-19 04:22:53 +08:00
url 'http://neat.io/bee/download.html'
2014-05-14 21:39:58 +08:00
appcast 'http://neat.io/appcasts/bee-appcast.xml'
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