Skip to content

Commit

Permalink
Use ftpmirror.gnu.org for GNU urls
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
jacknagel committed Oct 10, 2011
1 parent 6b3a1a3 commit 38f3917
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autoconf213.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Autoconf213 < Formula
url 'http://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz'
url 'http://ftpmirror.gnu.org/autoconf/autoconf-2.13.tar.gz'
homepage 'http://www.gnu.org/software/autoconf/'
md5 '9de56d4a161a723228220b0f425dc711'

Expand Down
2 changes: 1 addition & 1 deletion gawk3.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Gawk3 < Formula
url 'http://ftp.gnu.org/gnu/gawk/gawk-3.1.8.tar.bz2'
url 'http://ftpmirror.gnu.org/gawk/gawk-3.1.8.tar.bz2'
homepage 'http://www.gnu.org/software/gawk/'
md5 '52b41c6c4418b3226dfb8f82076193bb'

Expand Down
2 changes: 1 addition & 1 deletion gcc45.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Ecj < Formula

class Gcc45 < Formula
homepage 'http://gcc.gnu.org'
url 'ftp://ftp.gnu.org/gnu/gcc/gcc-4.5.3/gcc-4.5.3.tar.bz2'
url 'http://ftpmirror.gnu.org/gcc/gcc-4.5.3/gcc-4.5.3.tar.bz2'
md5 '8e0b5c12212e185f3e4383106bfa9cc6'

depends_on 'gmp'
Expand Down

0 comments on commit 38f3917

Please sign in to comment.