aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-06-06 22:33:01 +0100
committerMike McQuaid2014-06-07 08:26:26 +0100
commit7fc088d78517d5e1d7f76d245d2893af144d84e3 (patch)
treea1312485ab29d15ffbc2f32559808ebe4bbab0c1 /Library
parentd8e4efcbc16b712731e8f163059e58f056fd989b (diff)
downloadhomebrew-7fc088d78517d5e1d7f76d245d2893af144d84e3.tar.bz2
gcc: update 4.8.3_1 bottle.
Closes #29943. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gcc.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gcc.rb b/Library/Formula/gcc.rb
index dc4c5a654..078f43f5d 100644
--- a/Library/Formula/gcc.rb
+++ b/Library/Formula/gcc.rb
@@ -30,9 +30,9 @@ class Gcc < Formula
head "svn://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch"
bottle do
- sha1 "628c34336de1f0c20d39b39714d45ff9b9b20314" => :mavericks
- sha1 "9f8a125ad66239d0fa27da750205feb769d03014" => :mountain_lion
- sha1 "dd5aba103305a572c5c4707802db1df7b7103959" => :lion
+ sha1 "0e4040eb5a667ecacba2b7e7c71a7a868a593386" => :mavericks
+ sha1 "78374c616c427d49e29656579d6a143cbb468b0b" => :mountain_lion
+ sha1 "b3320839c172d7abc4f9889a67822e604e080a75" => :lion
end
option "with-java", "Build the gcj compiler"