homebrew-cask/Casks/munki.rb

19 lines
694 B
Ruby

cask 'munki' do
version '3.5.2.3637'
sha256 '8f0b7d8878dd9b26f5d1e90f09147f7c5b8797a323256802226915811d99f1cf'
# github.com/munki/munki was verified as official when first introduced to the cask
url "https://github.com/munki/munki/releases/download/v#{version.major_minor_patch}/munkitools-#{version}.pkg"
appcast 'https://github.com/munki/munki/releases.atom'
name 'Munki'
homepage 'https://www.munki.org/munki/'
pkg "munkitools-#{version}.pkg"
uninstall pkgutil: 'com.googlecode.munki.*',
launchctl: [
'com.googlecode.munki.app_usage_monitor',
'com.googlecode.munki.appusaged',
]
end