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-11-18 03:39:42 +08:00
version '2.4.0.2561'
sha256 '7fc73752855099185627374904388a61f4c18450e53ca674455b168719197bdf'
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