homebrew-cask/Casks/beaker.rb

13 lines
375 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'beaker' do
version '1.4.2-1-ge55c059'
sha256 '76cbdb1ccafdf5ad10179fa2493e91ab6de16916b366a6c9592a5792ab50bdde'
2014-09-30 05:51:33 +08:00
2015-01-17 10:16:38 +08:00
# cloudfront.net is the official download host per the vendor homepage
url "https://d299yghl10frh5.cloudfront.net/beaker-notebook-#{version}-mac.dmg"
2015-01-23 06:16:36 +08:00
name 'Beaker'
2014-09-30 05:51:33 +08:00
homepage 'http://beakernotebook.com/'
2014-10-12 00:34:56 +08:00
license :apache
2014-09-30 05:51:33 +08:00
app 'Beaker.app'
end