homebrew-cask/Casks/munki.rb

15 lines
440 B
Ruby
Raw Normal View History

2014-11-14 01:26:27 +08:00
cask :v1 => 'munki' do
version '2.1.1.2352'
sha256 'd2287454a1b3aa66ef49e41a34dfa55cfffd45d3e00de5d2288b3fd7ced2e42c'
2014-10-30 18:35:09 +08:00
url "https://github.com/munki/munki/releases/download/v#{version}/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'
2014-10-30 18:35:09 +08:00
homepage 'http://munki.github.io/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