mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
241 B
Ruby
12 lines
241 B
Ruby
cask :v1 => 'bee' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://neat.io/bee/download.html'
|
|
appcast 'http://neat.io/appcasts/bee-appcast.xml'
|
|
name 'Bee'
|
|
homepage 'http://neat.io/bee/'
|
|
license :commercial
|
|
|
|
app 'Bee.app'
|
|
end
|