homebrew-cask/Casks/munki.rb

17 lines
621 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'munki' do
2016-03-02 03:56:04 +08:00
version '2.5.1.2630'
sha256 'cf2c50078f1bf02225ac886536cca0448455a0926bc3aa5e53ea0bac2261f7fa'
2014-10-30 18:35:09 +08:00
# github.com is the official download host per the vendor homepage
url "https://github.com/munki/munki/releases/download/v#{version.sub(%r{^(\d+\.\d+.\d+).*}, '\1')}/munkitools-#{version}.pkg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/munki/munki/releases.atom',
2016-03-02 03:56:04 +08:00
checkpoint: 'babf25ad250efca9b32499be3b45401d6ae3a2358614a87dc5278f5f8c4cd244'
2015-01-12 02:12:47 +08:00
name 'Munki'
homepage 'https://www.munki.org/munki/'
license :apache
2014-10-30 18:35:09 +08:00
pkg "munkitools-#{version}.pkg"
2014-11-22 22:12:42 +08:00
uninstall pkgutil: 'com.googlecode.munki.*'
2014-10-30 18:35:09 +08:00
end