diff options
| author | Corey Quinn | 2014-03-19 13:03:55 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-03-28 20:02:18 -0500 |
| commit | 6e8d71a87f5818d449778735d9eeddc2f97195fe (patch) | |
| tree | 4e1d34eed4522e0a35faa672f827653051ea3950 /Library/Formula/saltstack.rb | |
| parent | 85122eeefcfb72565e4651da388e9e46c6cd5c3d (diff) | |
| download | homebrew-6e8d71a87f5818d449778735d9eeddc2f97195fe.tar.bz2 | |
saltstack v2014.1.1
Closes #27706.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 |
