aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/saltstack.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-06-21 07:26:18 +0100
committerMike McQuaid2014-06-21 08:18:02 +0100
commita21ba549eaf341ccaa4a455a526e733010a7e71b (patch)
treeef489f8c963f0d9a9220c83066c02fb185124687 /Library/Formula/saltstack.rb
parent040c71a66debf73eafb4bb2e0311ce4e8c83f996 (diff)
downloadhomebrew-a21ba549eaf341ccaa4a455a526e733010a7e71b.tar.bz2
saltstack: add 2014.1.5 bottle.
Closes #30332. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/saltstack.rb')
-rw-r--r--Library/Formula/saltstack.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/saltstack.rb b/Library/Formula/saltstack.rb
index ab3ed0f40..19d8e5091 100644
--- a/Library/Formula/saltstack.rb
+++ b/Library/Formula/saltstack.rb
@@ -15,6 +15,12 @@ class Saltstack < Formula
url 'https://github.com/saltstack/salt/archive/v2014.1.5.tar.gz'
sha256 '71fd19e8d7860e19fc57e2197b642fd52c2cf46c351dee65449e540a793532ef'
+ bottle do
+ sha1 "3519f35b083e5f5c0e8bee2849831d6e4546f80e" => :mavericks
+ sha1 "b0468efca7bab9443195231cfddadf338528989a" => :mountain_lion
+ sha1 "ce2ed0e4b9c7ddc16045b88ffb7a0a3e7d6a7ea4" => :lion
+ end
+
head 'https://github.com/saltstack/salt.git', :branch => 'develop',
:using => SaltHeadDownloadStrategy, :shallow => false