aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXiyue Deng2013-10-16 11:49:51 -0700
committerMike McQuaid2013-10-17 00:06:19 +0100
commitaa5c06789aac2a9e9a41e0f142665fe0860ead22 (patch)
treeaca005c8cd85a97c636ee6c4305f762830364e2d /Library
parentbe0706cc91a1b829e0f624c62ecc47b4cee5976f (diff)
downloadhomebrew-aa5c06789aac2a9e9a41e0f142665fe0860ead22.tar.bz2
gfortran 4.8.2
* Drop bottles temporarily. Closes #23317. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gfortran.rb12
1 files changed, 3 insertions, 9 deletions
diff --git a/Library/Formula/gfortran.rb b/Library/Formula/gfortran.rb
index a04e4d487..8bde3bba6 100644
--- a/Library/Formula/gfortran.rb
+++ b/Library/Formula/gfortran.rb
@@ -2,15 +2,9 @@ require 'formula'
class Gfortran < Formula
homepage 'http://gcc.gnu.org/wiki/GFortran'
- url 'http://ftpmirror.gnu.org/gcc/gcc-4.8.1/gcc-4.8.1.tar.bz2'
- mirror 'http://ftp.gnu.org/gnu/gcc/gcc-4.8.1/gcc-4.8.1.tar.bz2'
- sha1 '4e655032cda30e1928fcc3f00962f4238b502169'
-
- bottle do
- sha1 '74e1625cc759101a8823a249fa1469da98826756' => :mountain_lion
- sha1 '759a7106878a8b54a9cdfdd99adcc78d34f99a10' => :lion
- sha1 'f1ca217e4a3beaeee82593a1d63b34f4555aa7cd' => :snow_leopard
- end
+ url 'http://ftpmirror.gnu.org/gcc/gcc-4.8.2/gcc-4.8.2.tar.bz2'
+ mirror 'http://ftp.gnu.org/gnu/gcc/gcc-4.8.2/gcc-4.8.2.tar.bz2'
+ sha1 '810fb70bd721e1d9f446b6503afe0a9088b62986'
option 'enable-profiled-build', 'Make use of profile guided optimization when bootstrapping GCC'
option 'check', 'Run the make check fortran. This is for maintainers.'