From 6e8d71a87f5818d449778735d9eeddc2f97195fe Mon Sep 17 00:00:00 2001 From: Corey Quinn Date: Wed, 19 Mar 2014 13:03:55 -0700 Subject: saltstack v2014.1.1 Closes #27706. Signed-off-by: Jack Nagel --- Library/Formula/saltstack.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Library/Formula/saltstack.rb') diff --git a/Library/Formula/saltstack.rb b/Library/Formula/saltstack.rb index 375ebcf7a..d392d752e 100644 --- a/Library/Formula/saltstack.rb +++ b/Library/Formula/saltstack.rb @@ -1,5 +1,8 @@ require 'formula' +# We use a custom download strategy to properly configure +# salt's version information when built against HEAD. +# This is populated from git information unfortunately. class SaltHeadDownloadStrategy < GitDownloadStrategy def stage @clone.cd {reset} @@ -9,8 +12,8 @@ end class Saltstack < Formula homepage 'http://www.saltstack.org' - url 'https://github.com/saltstack/salt/archive/v2014.1.0.tar.gz' - sha1 'a576f4305551b081f90bf868b237577d9ed98ef6' + url 'https://github.com/saltstack/salt/archive/v2014.1.1.tar.gz' + sha1 '7bccfe266aa319646edacaff003a6df5a3863611' head 'https://github.com/saltstack/salt.git', :branch => 'develop', :using => SaltHeadDownloadStrategy, :shallow => false -- cgit v1.2.3