homebrew-cask/Casks/bee.rb

11 lines
204 B
Ruby
Raw Normal View History

2014-02-07 23:03:33 +08:00
class Bee < Cask
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/'
2014-02-07 23:03:33 +08:00
link 'Bee.app'
end