munki.rb: upgrade to v2.2.4.2431

This commit is contained in:
Victor Popkov 2015-07-20 20:44:29 +03:00 committed by Vítor Galvão
parent c5bd5c9de8
commit 286551ecf7
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
cask :v1 => 'munki' do
version '2.1.1.2352'
sha256 'd2287454a1b3aa66ef49e41a34dfa55cfffd45d3e00de5d2288b3fd7ced2e42c'
version '2.2.4.2431'
sha256 'e99ff8a826c3e3281decb4b124d93588347e8fb577cbfe29fd1223f3ca6ff000'
# github.com is the official download host per the vendor homepage
url "https://github.com/munki/munki/releases/download/v#{version}/munkitools-#{version}.pkg"
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'
name 'Munki'
homepage 'https://www.munki.org/munki/'