homebrew-cask/Casks/geppetto.rb

20 lines
729 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'geppetto' do
2016-03-08 20:13:46 +08:00
version '4.3.1-R201501182354'
if Hardware::CPU.is_32_bit?
2016-03-08 20:13:46 +08:00
sha256 '8b7e3d9782c5c863185393fcd9f00b9b487af7f778fb2e5289567ace6f1e3866'
2016-02-11 05:48:20 +08:00
# puppetlabs.com was verified as official when first introduced to the cask
url "https://downloads.puppetlabs.com/geppetto/4.x/geppetto-macosx.cocoa.x86-#{version}.zip"
else
2016-03-08 20:13:46 +08:00
sha256 'e01eba5861ecedd963528c3bc24e3b8ad6810aafd25e98080bff9f45f724e756'
2016-02-11 05:48:20 +08:00
# puppetlabs.com was verified as official when first introduced to the cask
url "https://downloads.puppetlabs.com/geppetto/4.x/geppetto-macosx.cocoa.x86_64-#{version}.zip"
2014-04-17 08:14:51 +08:00
end
2015-03-30 21:39:37 +08:00
name 'Geppetto'
2015-06-29 14:32:18 +08:00
homepage 'https://puppetlabs.github.io/geppetto/'
2014-10-01 23:32:57 +08:00
license :oss
2014-09-16 00:05:37 +08:00
app 'geppetto/Geppetto.app'
2014-04-17 08:14:51 +08:00
end