homebrew-cask/Casks/bee.rb

9 lines
202 B
Ruby
Raw Normal View History

2014-02-07 23:03:33 +08:00
class Bee < Cask
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/'
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2014-02-07 23:03:33 +08:00
link 'Bee.app'
end