aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-09-08 23:31:35 +0100
committerJack Nagel2014-09-08 17:32:45 -0500
commit25a40fbcdcdb6ccb1aa5b066ff987ae47845c794 (patch)
tree1676a6d5bf379b5bd00d2b472f9b1111a739ee13 /Library/Formula
parent1f9dba984796bc4d3040c158c9826b7e30f8b540 (diff)
downloadhomebrew-25a40fbcdcdb6ccb1aa5b066ff987ae47845c794.tar.bz2
bash: add 4.3.24 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bash.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/bash.rb b/Library/Formula/bash.rb
index 33cdfdb7a..dbc81c9ed 100644
--- a/Library/Formula/bash.rb
+++ b/Library/Formula/bash.rb
@@ -5,6 +5,12 @@ class Bash < Formula
stable do
url "http://ftpmirror.gnu.org/bash/bash-4.3.tar.gz"
+ bottle do
+ sha1 "98884ac866bbf941edc0c107b85c6dd9d8515f27" => :mavericks
+ sha1 "0dd9bb97389722aae5d5225761ff7488599588fc" => :mountain_lion
+ sha1 "d1adcda8ccda9cba5bb626c0f7bbf8b5882aecdf" => :lion
+ end
+
mirror "http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz"
sha256 "afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4"
version "4.3.24"