diff options
Diffstat (limited to 'Library/Formula/saltstack.rb')
| -rw-r--r-- | Library/Formula/saltstack.rb | 7 |
1 files changed, 5 insertions, 2 deletions
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 |
