homebrew-cask/Casks/munki.rb

16 lines
540 B
Ruby
Raw Normal View History

2014-11-14 01:26:27 +08:00
cask :v1 => 'munki' do
2015-07-21 01:44:29 +08:00
version '2.2.4.2431'
sha256 'e99ff8a826c3e3281decb4b124d93588347e8fb577cbfe29fd1223f3ca6ff000'
2014-10-30 18:35:09 +08:00
# github.com is the official download host per the vendor homepage
2015-07-21 01:44:29 +08:00
url "https://github.com/munki/munki/releases/download/v#{version.sub(%r{^(\d+\.\d+.\d+).*},'\1')}/munkitools-#{version}.pkg"
2015-03-15 19:53:52 +08:00
appcast 'https://github.com/munki/munki/releases.atom'
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
2014-10-30 18:35:09 +08:00
uninstall :pkgutil => 'com.googlecode.munki.*'
end