Update Puppet to 3.7.4, set license

License assigned based on
https://github.com/puppetlabs/puppet/blob/master/LICENSE
This commit is contained in:
Michael Smith 2015-01-27 16:30:37 -08:00
parent 9eb91bbe96
commit 9a124bf4b7
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
cask :v1 => 'puppet' do
version '3.7.3'
sha256 'f673b9c45dbefa410efa6d7f74ea820a1b01b4f659f142c92310f8ab3df477af'
version '3.7.4'
sha256 '8eb17151199cc8c726fd64a56aba20b25627f699ce841ce9d04dbe59edbe3223'
url "http://downloads.puppetlabs.com/mac/puppet-#{version}.dmg"
homepage 'http://puppetlabs.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
license :apache
pkg "puppet-#{version}.pkg"