homebrew-cask/Casks/beaker.rb

13 lines
382 B
Ruby
Raw Normal View History

2014-11-14 01:25:27 +08:00
cask :v1 => 'beaker' do
2015-01-17 11:02:37 +08:00
version '1.1.2-1-g9161b57'
sha256 '0dbaff9141b5cc8022fe0a1d129dcb8c3a6e37ca906f86e62304732962c446ec'
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
2015-01-17 11:02:37 +08:00
url "http://d299yghl10frh5.cloudfront.net/beaker-notebook-v#{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