homebrew-cask/Casks/geppetto.rb

13 lines
539 B
Ruby
Raw Normal View History

2014-04-17 08:14:51 +08:00
class Geppetto < Cask
if Hardware::CPU.is_32_bit?
2014-07-29 20:09:11 +08:00
url 'https://downloads.puppetlabs.com/geppetto/4.x/geppetto-macosx.cocoa.x86-4.2.0-R201407250959.zip'
sha256 '78f578ff4cf0a9eadf85cc5a821e55125ee98ab4a8e1d4f0f5d1607487314804'
else
url 'https://downloads.puppetlabs.com/geppetto/4.x/geppetto-macosx.cocoa.x86_64-4.2.0-R201407250959.zip'
sha256 '7a09c823cea9900cb51d009f47fab69569e1d8115c6326f3e91db62714480d69'
2014-04-17 08:14:51 +08:00
end
homepage 'http://puppetlabs.github.io/geppetto/'
2014-07-29 20:09:11 +08:00
version '4.2.0'
2014-09-16 00:05:37 +08:00
app 'geppetto/Geppetto.app'
2014-04-17 08:14:51 +08:00
end