homebrew-cask/Casks/munki.rb

13 lines
370 B
Ruby
Raw Normal View History

2014-11-14 01:26:27 +08:00
cask :v1 => 'munki' do
2014-10-30 18:35:09 +08:00
version '2.0.1'
sha256 'f4b586c254fcd47f54d4b58ea7c43308ee1472b41f03e7b59ceb9fd6605a54b8'
url "https://github.com/munki/munki/releases/download/v#{version}/munkitools-#{version}.2253.pkg"
homepage 'http://munki.github.io/munki/'
license :oss
pkg "munkitools-#{version}.2253.pkg"
2014-11-22 22:12:42 +08:00
2014-10-30 18:35:09 +08:00
uninstall :pkgutil => 'com.googlecode.munki.*'
end