aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorFrancisco Souza2013-05-31 12:23:08 -0300
committerMike McQuaid2013-06-03 22:56:38 +0100
commit6bed77994f615a4510c627d36ea8b3c23f028561 (patch)
treea702ca0f9322e748b4ba835df0d6598685af772f /Library
parent072c989ea2b1e670a8738ba4bf71eb92fec000fc (diff)
downloadhomebrew-6bed77994f615a4510c627d36ea8b3c23f028561.tar.bz2
gfortran 4.8.1
Closes #20178. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gfortran.rb13
1 files changed, 3 insertions, 10 deletions
diff --git a/Library/Formula/gfortran.rb b/Library/Formula/gfortran.rb
index 16c8597b4..591a74a1e 100644
--- a/Library/Formula/gfortran.rb
+++ b/Library/Formula/gfortran.rb
@@ -2,16 +2,9 @@ require 'formula'
class Gfortran < Formula
homepage 'http://gcc.gnu.org/wiki/GFortran'
- url 'http://ftpmirror.gnu.org/gcc/gcc-4.8.0/gcc-4.8.0.tar.bz2'
- mirror 'http://ftp.gnu.org/gnu/gcc/gcc-4.8.0/gcc-4.8.0.tar.bz2'
- sha1 'b4ee6e9bdebc65223f95067d0cc1a634b59dad72'
-
- bottle do
- revision 1
- sha1 '4dfa4f828e425441d927da0d72a5beb7298560fb' => :mountain_lion
- sha1 'ea69a0174218e72118e0e0b0002658aff7a7fede' => :lion
- sha1 '046e1092fdf4bbc4e8b75db750fbc95f39c2c7cb' => :snow_leopard
- end
+ 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'
option 'enable-profiled-build', 'Make use of profile guided optimization when bootstrapping GCC'
option 'check', 'Run the make check fortran. This is for maintainers.'