homebrew-cask/Casks/munki.rb

17 lines
623 B
Ruby

cask 'munki' do
version '2.4.0.2561'
sha256 '7fc73752855099185627374904388a61f4c18450e53ca674455b168719197bdf'
# 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"
appcast 'https://github.com/munki/munki/releases.atom',
:sha256 => '0779469e0115406eb123697a39a1608c3bdbe5df308441e73eae6365203c2b63'
name 'Munki'
homepage 'https://www.munki.org/munki/'
license :apache
pkg "munkitools-#{version}.pkg"
uninstall :pkgutil => 'com.googlecode.munki.*'
end