aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-05-16 02:24:33 +0100
committerMike McQuaid2014-05-16 17:42:08 +0100
commitd6f3eae14baad39bcda0076021b9d85cfc147969 (patch)
tree5ce2a4bf6cbda57447a0145211812d7087b10bd8 /Library
parente3a77644fa5e992fd4ca170c676902339736fe0e (diff)
downloadhomebrew-d6f3eae14baad39bcda0076021b9d85cfc147969.tar.bz2
gcc: update 4.8.2_1 bottle.
Closes #28855. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gcc.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/gcc.rb b/Library/Formula/gcc.rb
index e29e955ad..68622c82b 100644
--- a/Library/Formula/gcc.rb
+++ b/Library/Formula/gcc.rb
@@ -30,6 +30,9 @@ class Gcc < Formula
head "svn://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch"
bottle do
+ sha1 "aacd8626960670beedf85ad13f96784f08e122a6" => :mavericks
+ sha1 "fa80b7165d621fed7df413a676025aecf7faaff1" => :mountain_lion
+ sha1 "5e0b1fd8dabc07f77eb2b5a1c61e0257e98c3918" => :lion
end
option "with-java", "Build the gcj compiler"