aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-08-07 18:19:06 +0100
committerBrewTestBot2014-08-07 18:19:06 +0100
commit4675760dfa6d40740488f55805219ce01efc8196 (patch)
treea26a0b254e49d4a0ff96e7f3940c1496f113ee26
parent46cf84c51e0376c9f0e3d0cfe70cccff96a8bbd2 (diff)
downloadhomebrew-4675760dfa6d40740488f55805219ce01efc8196.tar.bz2
binutils: add 2.24 bottle.
-rw-r--r--Library/Formula/binutils.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/binutils.rb b/Library/Formula/binutils.rb
index 7d784e6eb..d48c75ad7 100644
--- a/Library/Formula/binutils.rb
+++ b/Library/Formula/binutils.rb
@@ -6,6 +6,12 @@ class Binutils < Formula
mirror 'http://ftp.gnu.org/gnu/binutils/binutils-2.24.tar.gz'
sha1 '1b2bc33003f4997d38fadaa276c1f0321329ec56'
+ bottle do
+ sha1 "b411f528adb58ccdf068832b84f35da97e510ec9" => :mavericks
+ sha1 "506dcb201baa8cf6ffed975c993335f7a48389a1" => :mountain_lion
+ sha1 "2726d3a479491570b01fd707e14fabf97185271e" => :lion
+ end
+
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",