homebrew-cask/Casks/hiera.rb

14 lines
405 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hiera' do
2014-11-20 17:54:27 +08:00
version '1.3.4'
sha256 'f0c5342b09b6f48c727ded033e03d207313d3ebf12d41b50b0f2f71fd1c411e9'
2016-11-24 16:40:04 +08:00
# puppetlabs.com was verified as official when first introduced to the cask
2014-11-20 17:54:27 +08:00
url "https://downloads.puppetlabs.com/mac/hiera-#{version}.dmg"
name 'Puppet Labs Hiera'
2016-11-24 16:40:04 +08:00
homepage 'https://docs.puppet.com/hiera/'
2014-11-20 17:54:27 +08:00
pkg "hiera-#{version}.pkg"
2014-11-22 22:12:40 +08:00
uninstall pkgutil: 'com.puppetlabs.hiera'
2014-11-20 17:54:27 +08:00
end