aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2011-09-12 11:31:30 -0500
committerJack Nagel2011-09-12 15:08:20 -0500
commitd0dfc22b504062808119afd95322ef88f0e4b79b (patch)
treed64470e31cb923f0c970e18b071ef209bef9fc66
parent93a1fc6988dbeb2395201442d70b10e15a529036 (diff)
downloadhomebrew-d0dfc22b504062808119afd95322ef88f0e4b79b.tar.bz2
Use automatic mirror selection for GNU downloads
It seems that the main GNU download site has issues in some places outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick a nearby mirror. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/a2ps.rb2
-rw-r--r--Library/Formula/adns.rb2
-rw-r--r--Library/Formula/aspell.rb182
-rw-r--r--Library/Formula/auctex.rb2
-rw-r--r--Library/Formula/bash.rb4
-rw-r--r--Library/Formula/binutils.rb2
-rw-r--r--Library/Formula/cflow.rb2
-rw-r--r--Library/Formula/clisp.rb2
-rw-r--r--Library/Formula/coreutils.rb2
-rw-r--r--Library/Formula/ddd.rb2
-rw-r--r--Library/Formula/ddrescue.rb2
-rw-r--r--Library/Formula/deja-gnu.rb2
-rw-r--r--Library/Formula/diction.rb2
-rw-r--r--Library/Formula/emacs.rb2
-rw-r--r--Library/Formula/findutils.rb2
-rw-r--r--Library/Formula/gawk.rb2
-rw-r--r--Library/Formula/gcal.rb2
-rw-r--r--Library/Formula/gdbm.rb2
-rw-r--r--Library/Formula/gengetopt.rb2
-rw-r--r--Library/Formula/gettext.rb2
-rw-r--r--Library/Formula/glpk.rb2
-rw-r--r--Library/Formula/gmp.rb2
-rw-r--r--Library/Formula/gnu-barcode.rb2
-rw-r--r--Library/Formula/gnu-chess.rb4
-rw-r--r--Library/Formula/gnu-go.rb2
-rw-r--r--Library/Formula/gnu-sed.rb2
-rw-r--r--Library/Formula/gnu-smalltalk.rb2
-rw-r--r--Library/Formula/gnu-tar.rb2
-rw-r--r--Library/Formula/gnu-time.rb2
-rw-r--r--Library/Formula/gnu-typist.rb2
-rw-r--r--Library/Formula/gnu-units.rb2
-rw-r--r--Library/Formula/gnutls.rb2
-rw-r--r--Library/Formula/gsl.rb2
-rw-r--r--Library/Formula/guile.rb4
-rw-r--r--Library/Formula/help2man.rb2
-rw-r--r--Library/Formula/idutils.rb2
-rw-r--r--Library/Formula/jwhois.rb2
-rw-r--r--Library/Formula/libcdio.rb2
-rw-r--r--Library/Formula/libgsasl.rb2
-rw-r--r--Library/Formula/libiconv.rb2
-rw-r--r--Library/Formula/libidn.rb2
-rw-r--r--Library/Formula/libmicrohttpd.rb2
-rw-r--r--Library/Formula/libosip.rb2
-rw-r--r--Library/Formula/libsigsegv.rb2
-rw-r--r--Library/Formula/libtasn1.rb2
-rw-r--r--Library/Formula/libunistring.rb2
-rw-r--r--Library/Formula/lightning.rb2
-rw-r--r--Library/Formula/mit-scheme.rb2
-rw-r--r--Library/Formula/ocrad.rb2
-rw-r--r--Library/Formula/octave.rb2
-rw-r--r--Library/Formula/parallel.rb2
-rw-r--r--Library/Formula/pth.rb2
-rw-r--r--Library/Formula/readline.rb4
-rw-r--r--Library/Formula/recutils.rb2
-rw-r--r--Library/Formula/rush.rb2
-rw-r--r--Library/Formula/shtool.rb2
-rw-r--r--Library/Formula/source-highlight.rb2
-rw-r--r--Library/Formula/spidermonkey.rb2
-rw-r--r--Library/Formula/stow.rb2
-rw-r--r--Library/Formula/texinfo.rb2
-rw-r--r--Library/Formula/tin.rb2
-rw-r--r--Library/Formula/unrtf.rb2
-rw-r--r--Library/Formula/vcdimager.rb2
-rw-r--r--Library/Formula/wdiff.rb2
-rw-r--r--Library/Formula/wget.rb2
-rw-r--r--Library/Formula/zile.rb2
66 files changed, 160 insertions, 160 deletions
diff --git a/Library/Formula/a2ps.rb b/Library/Formula/a2ps.rb
index 8abcfa34d..6fc23a1f0 100644
--- a/Library/Formula/a2ps.rb
+++ b/Library/Formula/a2ps.rb
@@ -1,7 +1,7 @@
require 'formula'
class A2ps < Formula
- url 'http://ftp.gnu.org/gnu/a2ps/a2ps-4.14.tar.gz'
+ url 'http://ftpmirror.gnu.org/a2ps/a2ps-4.14.tar.gz'
homepage 'http://www.gnu.org/software/a2ps/'
md5 '781ac3d9b213fa3e1ed0d79f986dc8c7'
diff --git a/Library/Formula/adns.rb b/Library/Formula/adns.rb
index ec02582a0..49ca68975 100644
--- a/Library/Formula/adns.rb
+++ b/Library/Formula/adns.rb
@@ -1,7 +1,7 @@
require 'formula'
class Adns < Formula
- url 'http://ftp.gnu.org/gnu/adns/adns-1.3.tar.gz'
+ url 'http://ftpmirror.gnu.org/adns/adns-1.3.tar.gz'
homepage 'http://www.chiark.greenend.org.uk/~ian/adns/'
md5 'd19cddcc11ce3183549bab7f136e0f73'
diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb
index 099e55475..30510cc43 100644
--- a/Library/Formula/aspell.rb
+++ b/Library/Formula/aspell.rb
@@ -9,7 +9,7 @@ class AspellLang < Formula
end
class Aspell < Formula
- url 'http://ftp.gnu.org/gnu/aspell/aspell-0.60.6.1.tar.gz'
+ url 'http://ftpmirror.gnu.org/aspell/aspell-0.60.6.1.tar.gz'
homepage 'http://aspell.net/'
md5 'e66a9c9af6a60dc46134fdacf6ce97d7'
@@ -59,363 +59,363 @@ end
# BEGIN generated with brew-aspell-dictionaries
class Aspell_af <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/af/aspell-af-0.50-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/af/aspell-af-0.50-0.tar.bz2'
md5 'bde617a195e70364f96eea71cf71a333'
end
class Aspell_am <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/am/aspell6-am-0.03-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/am/aspell6-am-0.03-1.tar.bz2'
md5 '7e28708b53bd4bc3008dfb04237413ac'
end
class Aspell_ar <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/ar/aspell6-ar-1.2-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/ar/aspell6-ar-1.2-0.tar.bz2'
md5 '154cf762bafdd02db419b62191138738'
end
class Aspell_ast <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/ast/aspell6-ast-0.01.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/ast/aspell6-ast-0.01.tar.bz2'
md5 '28955414fef2bc3e5395d45e051bdcd9'
end
class Aspell_az <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/az/aspell6-az-0.02-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/az/aspell6-az-0.02-0.tar.bz2'
md5 '24d9d46c8fc23197666a43a7962a7b0d'
end
class Aspell_be <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/be/aspell5-be-0.01.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/be/aspell5-be-0.01.tar.bz2'
md5 '61314a1672f98571b32d23486bbd43be'
end
class Aspell_bg <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/bg/aspell6-bg-4.1-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/bg/aspell6-bg-4.1-0.tar.bz2'
md5 'e22f0634c48eae9c9fbdf9d569b8235c'
end
class Aspell_bn <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/bn/aspell6-bn-0.01.1-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/bn/aspell6-bn-0.01.1-1.tar.bz2'
md5 '5ea70ec74e67f49b2844d306ddf38388'
end
class Aspell_br <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/br/aspell-br-0.50-2.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/br/aspell-br-0.50-2.tar.bz2'
md5 '800c7a28e09bd7734d1501cb7a91ad8f'
end
class Aspell_ca <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/ca/aspell6-ca-2.1.5-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/ca/aspell6-ca-2.1.5-1.tar.bz2'
md5 '153d26f724866909c6faf49eecefe8b3'
end
class Aspell_cs <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/cs/aspell6-cs-20040614-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/cs/aspell6-cs-20040614-1.tar.bz2'
md5 '50f0c2b7b6fcfe47bb647ad8993d2fe8'
end
class Aspell_csb <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/csb/aspell6-csb-0.02-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/csb/aspell6-csb-0.02-0.tar.bz2'
md5 '0d4b408076115b7516c68887a563be68'
end
class Aspell_cy <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/cy/aspell-cy-0.50-3.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/cy/aspell-cy-0.50-3.tar.bz2'
md5 'd59fee193dba87973b38ac2862a090bb'
end
class Aspell_da <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/da/aspell5-da-1.4.42-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/da/aspell5-da-1.4.42-1.tar.bz2'
md5 'd14c03dca23b572606279d7317b022d0'
end
class Aspell_de <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/de/aspell6-de-20030222-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/de/aspell6-de-20030222-1.tar.bz2'
md5 '5950c5c8a36fc93d4d7616591bace6a6'
end
class Aspell_de_alt <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/de-alt/aspell6-de-alt-2.1-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/de-alt/aspell6-de-alt-2.1-1.tar.bz2'
md5 '13245374b03088608d729fd15c58cd7a'
end
class Aspell_el <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/el/aspell-el-0.50-3.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/el/aspell-el-0.50-3.tar.bz2'
md5 '0ea2c42ceb9b91f7f5de2c017234ad37'
end
class Aspell_en <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/en/aspell6-en-7.1-0.tar.bz2'
md5 'beba5e8f3afd3ed1644653bb685b2dfb'
end
class Aspell_eo <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/eo/aspell6-eo-2.1.20000225a-2.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/eo/aspell6-eo-2.1.20000225a-2.tar.bz2'
md5 '455719c49ffeb51b204767de6e1d9ef6'
end
class Aspell_es <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-1.11-2.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/es/aspell6-es-1.11-2.tar.bz2'
md5 '8406336a89c64e47e96f4153d0af70c4'
end
class Aspell_et <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/et/aspell6-et-0.1.21-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/et/aspell6-et-0.1.21-1.tar.bz2'
md5 '82929f49ddc1149b6ef2bde4c3c12bcd'
end
class Aspell_fa <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/fa/aspell6-fa-0.11-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/fa/aspell6-fa-0.11-0.tar.bz2'
md5 '47c8599e529fc291a096c12f0b8372ca'
end
class Aspell_fi <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/fi/aspell6-fi-0.7-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/fi/aspell6-fi-0.7-0.tar.bz2'
md5 '6d1032116982c0efab1af8fce83259c0'
end
class Aspell_fo <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/fo/aspell5-fo-0.2.16-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/fo/aspell5-fo-0.2.16-1.tar.bz2'
md5 'a57e8870c272931da41cd1fc5a291f3d'
end
class Aspell_fr <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/fr/aspell-fr-0.50-3.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/fr/aspell-fr-0.50-3.tar.bz2'
md5 '53a2d05c4e8f7fabd3cefe24db977be7'
end
class Aspell_fy <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/fy/aspell6-fy-0.12-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/fy/aspell6-fy-0.12-0.tar.bz2'
md5 '7c356ab9a52e546bdf75af8774b6d9bf'
end
class Aspell_ga <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/ga/aspell5-ga-4.5-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/ga/aspell5-ga-4.5-0.tar.bz2'
md5 '174385bbc0b67ae75a5581c8617827b6'
end
class Aspell_gd <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/gd/aspell5-gd-0.1.1-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/gd/aspell5-gd-0.1.1-1.tar.bz2'
md5 '171673ec92270f58f945c4317286220b'
end
class Aspell_gl <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/gl/aspell6-gl-0.5a-2.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/gl/aspell6-gl-0.5a-2.tar.bz2'
md5 '7502e37bf2a1c4a0a05f9a6e755e7c21'
end
class Aspell_grc <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/grc/aspell6-grc-0.02-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/grc/aspell6-grc-0.02-0.tar.bz2'
md5 '9a4ecc08569e4de53d35f16d1da02099'
end
class Aspell_gu <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/gu/aspell6-gu-0.03-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/gu/aspell6-gu-0.03-0.tar.bz2'
md5 'dd9e466b23ced916d6bb89decc919976'
end
class Aspell_gv <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/gv/aspell-gv-0.50-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/gv/aspell-gv-0.50-0.tar.bz2'
md5 '139b5aa1f5ea85fb7a4be0338039e959'
end
class Aspell_he <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/he/aspell6-he-1.0-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/he/aspell6-he-1.0-0.tar.bz2'
md5 '71791e0299787391d2ace1c850b5b434'
end
class Aspell_hi <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/hi/aspell6-hi-0.02-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/hi/aspell6-hi-0.02-0.tar.bz2'
md5 '4fd4aedbda587bbc4eecb9d3ea57591d'
end
class Aspell_hil <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/hil/aspell5-hil-0.11-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/hil/aspell5-hil-0.11-0.tar.bz2'
md5 '6ce553007a773a1c2ffd68b660ddb60b'
end
class Aspell_hr <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/hr/aspell-hr-0.51-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/hr/aspell-hr-0.51-0.tar.bz2'
md5 '7d2fb9af47266884c731691123a95a8d'
end
class Aspell_hsb <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/hsb/aspell6-hsb-0.02-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/hsb/aspell6-hsb-0.02-0.tar.bz2'
md5 'f018c68a688600aeb9cb53747021703a'
end
class Aspell_hu <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/hu/aspell6-hu-0.99.4.2-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/hu/aspell6-hu-0.99.4.2-0.tar.bz2'
md5 '4f4e1e98019a89d0ebf43ec59ae68254'
end
class Aspell_hy <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/hy/aspell6-hy-0.10.0-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/hy/aspell6-hy-0.10.0-0.tar.bz2'
md5 '41af00aed5078bb4755728c7dec834a2'
end
class Aspell_ia <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/ia/aspell-ia-0.50-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/ia/aspell-ia-0.50-1.tar.bz2'
md5 '36846c747a4cb7874b00f37752e83f25'
end
class Aspell_id <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/id/aspell5-id-1.2-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/id/aspell5-id-1.2-0.tar.bz2'
md5 '9136385a6ce0ff0d113427ab3c974254'
end
class Aspell_is <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/is/aspell-is-0.51.1-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/is/aspell-is-0.51.1-0.tar.bz2'
md5 '1e0b6125d91d7edad710482ddcce2d23'
end
class Aspell_it <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-2.2_20050523-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/it/aspell6-it-2.2_20050523-0.tar.bz2'
md5 'b1217299a0b67d1e121494d7ec18a88d'
end
class Aspell_kn <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/kn/aspell6-kn-0.01-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/kn/aspell6-kn-0.01-1.tar.bz2'
md5 '0359676017bf18a761b02346d3cc3253'
end
class Aspell_ku <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/ku/aspell5-ku-0.20-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/ku/aspell5-ku-0.20-1.tar.bz2'
md5 '8d714169b131fc6ca8a783c6acc471ae'
end
class Aspell_ky <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/ky/aspell6-ky-0.01-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/ky/aspell6-ky-0.01-0.tar.bz2'
md5 '83ed490464521361867546f9ad4cbaf2'
end
class Aspell_la <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/la/aspell6-la-20020503-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/la/aspell6-la-20020503-0.tar.bz2'
md5 'd42c679b95ba9b094aaa65f118834bf6'
end
class Aspell_lt <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/lt/aspell6-lt-1.2.1-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/lt/aspell6-lt-1.2.1-0.tar.bz2'
md5 'bfde48c27cac3ae8ce3a1818ba68a2d8'
end
class Aspell_lv <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/lv/aspell6-lv-0.5.5-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/lv/aspell6-lv-0.5.5-1.tar.bz2'
md5 'cd120047c0b160a40361cbf03913e91f'
end
class Aspell_mg <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/mg/aspell5-mg-0.03-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/mg/aspell5-mg-0.03-0.tar.bz2'
md5 'f75e3b51a6935cd4be19c1ea452217a1'
end
class Aspell_mi <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/mi/aspell-mi-0.50-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/mi/aspell-mi-0.50-0.tar.bz2'
md5 '8b1a07032ee086662bfe44a2e0459db4'
end
class Aspell_mk <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/mk/aspell-mk-0.50-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/mk/aspell-mk-0.50-0.tar.bz2'
md5 '50e15df6b68e78d1baa789f517b2401b'
end
class Aspell_ml <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/ml/aspell6-ml-0.03-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/ml/aspell6-ml-0.03-1.tar.bz2'
md5 '5ac03b3b0d0618b0aa470c9f5ac46866'
end
class Aspell_mn <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/mn/aspell6-mn-0.06-2.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/mn/aspell6-mn-0.06-2.tar.bz2'
md5 'fd1ed8b4e57c858c62c4f74a687bba90'
end
class Aspell_mr <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/mr/aspell6-mr-0.10-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/mr/aspell6-mr-0.10-0.tar.bz2'
md5 '489ac0c368d3012525134758f8572cac'
end
class Aspell_ms <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/ms/aspell-ms-0.50-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/ms/aspell-ms-0.50-0.tar.bz2'
md5 'cfdd94bba4781766c5d870202abd60e0'
end
class Aspell_mt <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/mt/aspell-mt-0.50-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/mt/aspell-mt-0.50-0.tar.bz2'
md5 '6df98356e411891c956c249731b708fa'
end
class Aspell_nb <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/nb/aspell-nb-0.50.1-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/nb/aspell-nb-0.50.1-0.tar.bz2'
md5 'd1173a5ce04f39e9c93183da691e7ce8'
end
class Aspell_nds <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/nds/aspell6-nds-0.01-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/nds/aspell6-nds-0.01-0.tar.bz2'
md5 '76b2b3f2bdeefdfc6ce75ae11c9ae149'
end
class Aspell_nl <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/nl/aspell-nl-0.50-2.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/nl/aspell-nl-0.50-2.tar.bz2'
md5 'c3ef9fd7dc4c47d816eee9ef5149c76a'
end
class Aspell_nn <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/nn/aspell-nn-0.50.1-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/nn/aspell-nn-0.50.1-1.tar.bz2'
md5 '3711eb9df68f25262af10119579239bc'
end
class Aspell_ny <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/ny/aspell5-ny-0.01-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/ny/aspell5-ny-0.01-0.tar.bz2'
md5 '856906a424fcbc50cc925d692d294215'
end
class Aspell_or <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/or/aspell6-or-0.03-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/or/aspell6-or-0.03-1.tar.bz2'
md5 '6c9d702607eaa43ef665007c4b857ba4'
end
class Aspell_pa <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/pa/aspell6-pa-0.01-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/pa/aspell6-pa-0.01-1.tar.bz2'
md5 'de336d6ef55ad6fa81f8903765c6c95d'
end
class Aspell_pl <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/pl/aspell6-pl-6.0_20061121-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/pl/aspell6-pl-6.0_20061121-0.tar.bz2'
md5 '3139a69a1bd9ccb1d853d30aa024fc2b'
end
class Aspell_pt_BR <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-20090702-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/pt_BR/aspell6-pt_BR-20090702-0.tar.bz2'
md5 'e082a8956882eb94a67c12e1b8c4a324'
end
class Aspell_pt_PT <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/pt_PT/aspell6-pt_PT-20070510-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/pt_PT/aspell6-pt_PT-20070510-0.tar.bz2'
md5 'a54267ce8f91de6e6a1baf1e8048cba0'
end
class Aspell_qu <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/qu/aspell6-qu-0.02-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/qu/aspell6-qu-0.02-0.tar.bz2'
md5 'b1c4a68fd5f46cadb600d925b0764fa5'
end
class Aspell_ro <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/ro/aspell5-ro-3.3-2.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/ro/aspell5-ro-3.3-2.tar.bz2'
md5 '2d708c95fd7711efc61673c77f5f9d9e'
end
class Aspell_ru <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-0.99f7-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/ru/aspell6-ru-0.99f7-1.tar.bz2'
md5 'c4c98eaa5e77ad3adccbc5c96cb57cb3'
end
class Aspell_rw <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/rw/aspell-rw-0.50-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/rw/aspell-rw-0.50-0.tar.bz2'
md5 'd369916c4f4159b04e43daf31dde60c9'
end
class Aspell_sc <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/sc/aspell5-sc-1.0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/sc/aspell5-sc-1.0.tar.bz2'
md5 '05284890c3445c5850a3c1410790a057'
end
class Aspell_sk <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/sk/aspell6-sk-2.01-2.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/sk/aspell6-sk-2.01-2.tar.bz2'
md5 'b31bdc33a681902e5bc493a0692022a9'
end
class Aspell_sl <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/sl/aspell-sl-0.50-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/sl/aspell-sl-0.50-0.tar.bz2'
md5 'c4c11402bc834d796d1b56e711470480'
end
class Aspell_sr <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/sr/aspell6-sr-0.02.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/sr/aspell6-sr-0.02.tar.bz2'
md5 'a068ba095e7246fd3bbc92e7d0287998'
end
class Aspell_sv <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/sv/aspell-sv-0.51-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/sv/aspell-sv-0.51-0.tar.bz2'
md5 'd180c781f8986ea0f65b6b18f02a494e'
end
class Aspell_sw <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/sw/aspell-sw-0.50-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/sw/aspell-sw-0.50-0.tar.bz2'
md5 '26ccc3500d7f7c288b74bba1c1fab38f'
end
class Aspell_ta <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/ta/aspell6-ta-20040424-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/ta/aspell6-ta-20040424-1.tar.bz2'
md5 'fc98b0b8d79291448d3a4f48ebbf2bd0'
end
class Aspell_te <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/te/aspell6-te-0.01-2.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/te/aspell6-te-0.01-2.tar.bz2'
md5 '645f7f7204520552cddbe1c9ae64df2a'
end
class Aspell_tet <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/tet/aspell5-tet-0.1.1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/tet/aspell5-tet-0.1.1.tar.bz2'
md5 '6a18e0253d7d6baa49daca513b0d782b'
end
class Aspell_tk <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/tk/aspell5-tk-0.01-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/tk/aspell5-tk-0.01-0.tar.bz2'
md5 'acf208c098538eeacef444baf123ea3c'
end
class Aspell_tl <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/tl/aspell5-tl-0.02-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/tl/aspell5-tl-0.02-1.tar.bz2'
md5 '126437909424021a553055b1b96fdf73'
end
class Aspell_tn <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/tn/aspell5-tn-1.0.1-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/tn/aspell5-tn-1.0.1-0.tar.bz2'
md5 '6e5ef98452b36a211a4fc1fdbadda322'
end
class Aspell_tr <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/tr/aspell-tr-0.50-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/tr/aspell-tr-0.50-0.tar.bz2'
md5 '432ecdc4e5233da0a4c1a52ed9103fa2'
end
class Aspell_uk <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/uk/aspell6-uk-1.4.0-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/uk/aspell6-uk-1.4.0-0.tar.bz2'
md5 '662f15381d11581758866fd7af43b4d7'
end
class Aspell_uz <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/uz/aspell6-uz-0.6-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/uz/aspell6-uz-0.6-0.tar.bz2'
md5 'e0d72a8250bba1a1f40dfb2a163eed65'
end
class Aspell_vi <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/vi/aspell6-vi-0.01.1-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/vi/aspell6-vi-0.01.1-1.tar.bz2'
md5 '314185e521900df0fab8375fa609bba2'
end
class Aspell_wa <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/wa/aspell-wa-0.50-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/wa/aspell-wa-0.50-0.tar.bz2'
md5 'e3817402d7be19d4b0d0342d3a5970ea'
end
class Aspell_yi <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/yi/aspell6-yi-0.01.1-1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/yi/aspell6-yi-0.01.1-1.tar.bz2'
md5 '9d514384bf00cfb9ceb0d5f78f998d93'
end
class Aspell_zu <AspellLang
- url 'http://ftp.gnu.org/gnu/aspell/dict/zu/aspell-zu-0.50-0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/aspell/dict/zu/aspell-zu-0.50-0.tar.bz2'
md5 '2478cbbb6abaf5ed74bc2da7e7152116'
end
diff --git a/Library/Formula/auctex.rb b/Library/Formula/auctex.rb
index e9c511819..d806aab6b 100644
--- a/Library/Formula/auctex.rb
+++ b/Library/Formula/auctex.rb
@@ -1,7 +1,7 @@
require 'formula'
class Auctex < Formula
- url 'http://ftp.gnu.org/pub/gnu/auctex/auctex-11.86.tar.gz'
+ url 'http://ftpmirror.gnu.org/auctex/auctex-11.86.tar.gz'
homepage 'http://ftp.gnu.org/pub/gnu/auctex'
md5 '6bc33a67b6ac59db1aa238f3693b36d2'
diff --git a/Library/Formula/bash.rb b/Library/Formula/bash.rb
index d7bf09ae5..edae54ae0 100644
--- a/Library/Formula/bash.rb
+++ b/Library/Formula/bash.rb
@@ -2,7 +2,7 @@ require 'formula'
class Bash < Formula
homepage 'http://www.gnu.org/software/bash/'
- url 'ftp://ftp.gnu.org/gnu/bash/bash-4.2.tar.gz'
+ url 'http://ftpmirror.gnu.org/bash/bash-4.2.tar.gz'
sha256 'a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8'
version '4.2.10'
@@ -10,7 +10,7 @@ class Bash < Formula
def patches
patch_level = version.split('.').last.to_i
- {'p0' => (1..patch_level).map { |i| "http://ftp.gnu.org/gnu/bash/bash-4.2-patches/bash42-%03d" % i }}
+ {'p0' => (1..patch_level).map { |i| "http://ftpmirror.gnu.org/bash/bash-4.2-patches/bash42-%03d" % i }}
end
def install
diff --git a/Library/Formula/binutils.rb b/Library/Formula/binutils.rb
index 61859a622..8c1050e38 100644
--- a/Library/Formula/binutils.rb
+++ b/Library/Formula/binutils.rb
@@ -1,7 +1,7 @@
require 'formula'
class Binutils < Formula
- url 'http://ftp.gnu.org/gnu/binutils/binutils-2.21.1a.tar.bz2'
+ url 'http://ftpmirror.gnu.org/binutils/binutils-2.21.1a.tar.bz2'
homepage 'http://www.gnu.org/software/binutils/binutils.html'
md5 'bde820eac53fa3a8d8696667418557ad'
diff --git a/Library/Formula/cflow.rb b/Library/Formula/cflow.rb
index 283b44a88..f0fbcd8e8 100644
--- a/Library/Formula/cflow.rb
+++ b/Library/Formula/cflow.rb
@@ -1,7 +1,7 @@
require 'formula'
class Cflow < Formula
- url 'http://ftp.gnu.org/gnu/cflow/cflow-1.3.tar.bz2'
+ url 'http://ftpmirror.gnu.org/cflow/cflow-1.3.tar.bz2'
homepage 'http://www.gnu.org/software/cflow/'
md5 'b3fe4bfba9d648447065b3c2d73ae66c'
diff --git a/Library/Formula/clisp.rb b/Library/Formula/clisp.rb
index 6ab6b3e35..02c6b7da2 100644
--- a/Library/Formula/clisp.rb
+++ b/Library/Formula/clisp.rb
@@ -1,7 +1,7 @@
require 'formula'
class Clisp < Formula
- url 'http://ftp.gnu.org/pub/gnu/clisp/release/2.49/clisp-2.49.tar.bz2'
+ url 'http://ftpmirror.gnu.org/clisp/release/2.49/clisp-2.49.tar.bz2'
homepage 'http://clisp.cons.org/'
md5 '1962b99d5e530390ec3829236d168649'
diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb
index 6308fc33d..1f012eca4 100644
--- a/Library/Formula/coreutils.rb
+++ b/Library/Formula/coreutils.rb
@@ -27,7 +27,7 @@ end
class Coreutils < Formula
homepage 'http://www.gnu.org/software/coreutils'
- url 'ftp://ftp.gnu.org/gnu/coreutils/coreutils-8.12.tar.gz'
+ url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.12.tar.gz'
sha256 '9e233a62c98a3378a7b0483d2ae3d662dbaf6cd3917d3830d3514665e12a85c8'
def options
diff --git a/Library/Formula/ddd.rb b/Library/Formula/ddd.rb
index a80a2af19..346962bb7 100644
--- a/Library/Formula/ddd.rb
+++ b/Library/Formula/ddd.rb
@@ -1,7 +1,7 @@
require 'formula'
class Ddd < Formula
- url 'http://ftp.gnu.org/gnu/ddd/ddd-3.3.12.tar.gz'
+ url 'http://ftpmirror.gnu.org/ddd/ddd-3.3.12.tar.gz'
homepage 'http://www.gnu.org/s/ddd/'
md5 'c50396db7bac3862a6d2555b3b22c34e'
diff --git a/Library/Formula/ddrescue.rb b/Library/Formula/ddrescue.rb
index 951b2be9b..b3be14a6b 100644
--- a/Library/Formula/ddrescue.rb
+++ b/Library/Formula/ddrescue.rb
@@ -1,7 +1,7 @@
require 'formula'
class Ddrescue < Formula
- url 'http://ftp.gnu.org/gnu/ddrescue/ddrescue-1.14.tar.gz'
+ url 'http://ftpmirror.gnu.org/ddrescue/ddrescue-1.14.tar.gz'
homepage 'http://www.gnu.org/software/ddrescue/ddrescue.html'
md5 'd6f6cc63df9ad352bc6e43b65c975af5'
diff --git a/Library/Formula/deja-gnu.rb b/Library/Formula/deja-gnu.rb
index 732510978..498a4f5cf 100644
--- a/Library/Formula/deja-gnu.rb
+++ b/Library/Formula/deja-gnu.rb
@@ -1,7 +1,7 @@
require 'formula'
class DejaGnu < Formula
- url 'ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-1.5.tar.gz'
+ url 'http://ftpmirror.gnu.org/dejagnu/dejagnu-1.5.tar.gz'
homepage 'http://www.gnu.org/software/dejagnu/'
md5 '3df1cbca885e751e22d3ebd1ac64dc3c'
head 'git://git.sv.gnu.org/dejagnu.git'
diff --git a/Library/Formula/diction.rb b/Library/Formula/diction.rb
index 8767932d2..fb0865763 100644
--- a/Library/Formula/diction.rb
+++ b/Library/Formula/diction.rb
@@ -1,7 +1,7 @@
require 'formula'
class Diction < Formula
- url 'http://ftp.gnu.org/gnu/diction/diction-1.11.tar.gz'
+ url 'http://ftpmirror.gnu.org/diction/diction-1.11.tar.gz'
homepage 'http://www.gnu.org/software/diction/'
md5 '4cbdb115c976d7141f54b223df28012e'
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index b9ed1d939..80e430c7f 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -1,7 +1,7 @@
require 'formula'
class Emacs < Formula
- url 'http://ftp.gnu.org/pub/gnu/emacs/emacs-23.3a.tar.bz2'
+ url 'http://ftpmirror.gnu.org/emacs/emacs-23.3a.tar.bz2'
md5 'f2cf8dc6f28f8ae59bc695b4ddda339c'
homepage 'http://www.gnu.org/software/emacs/'
diff --git a/Library/Formula/findutils.rb b/Library/Formula/findutils.rb
index 31ddff284..51eb04604 100644
--- a/Library/Formula/findutils.rb
+++ b/Library/Formula/findutils.rb
@@ -1,7 +1,7 @@
require 'formula'
class Findutils < Formula
- url 'http://ftp.gnu.org/pub/gnu/findutils/findutils-4.4.2.tar.gz'
+ url 'http://ftpmirror.gnu.org/findutils/findutils-4.4.2.tar.gz'
homepage 'http://www.gnu.org/software/findutils/'
md5 '351cc4adb07d54877fa15f75fb77d39f'
diff --git a/Library/Formula/gawk.rb b/Library/Formula/gawk.rb
index 56a2ebcd6..7ae9a1a9d 100644
--- a/Library/Formula/gawk.rb
+++ b/Library/Formula/gawk.rb
@@ -1,7 +1,7 @@
require 'formula'
class Gawk < Formula
- url 'http://ftp.gnu.org/gnu/gawk/gawk-4.0.0.tar.bz2'
+ url 'http://ftpmirror.gnu.org/gawk/gawk-4.0.0.tar.bz2'
homepage 'http://www.gnu.org/software/gawk/'
md5 '7cdc48e99b885a4bbe0e98dcf1706b22'
diff --git a/Library/Formula/gcal.rb b/Library/Formula/gcal.rb
index 694c045d2..7d3d0c19e 100644
--- a/Library/Formula/gcal.rb
+++ b/Library/Formula/gcal.rb
@@ -1,7 +1,7 @@
require 'formula'
class Gcal < Formula
- url 'http://ftp.gnu.org/gnu/gcal/gcal-3.6.1.tar.gz'
+ url 'http://ftpmirror.gnu.org/gcal/gcal-3.6.1.tar.gz'
homepage 'http://www.gnu.org/software/gcal/'
md5 'a89e96db054a8b23ff6cd97049527a4f'
diff --git a/Library/Formula/gdbm.rb b/Library/Formula/gdbm.rb
index 9bb283227..0da4d05e1 100644
--- a/Library/Formula/gdbm.rb
+++ b/Library/Formula/gdbm.rb
@@ -1,7 +1,7 @@
require 'formula'
class Gdbm < Formula
- url 'ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.9.1.tar.gz'
+ url 'http://ftpmirror.gnu.org/gdbm/gdbm-1.9.1.tar.gz'
homepage 'http://www.gnu.org/software/gdbm/'
md5 '59f6e4c4193cb875964ffbe8aa384b58'
diff --git a/Library/Formula/gengetopt.rb b/Library/Formula/gengetopt.rb
index e3fe0d384..0ee190f09 100644
--- a/Library/Formula/gengetopt.rb
+++ b/Library/Formula/gengetopt.rb
@@ -1,7 +1,7 @@
require 'formula'
class Gengetopt < Formula
- url 'ftp://ftp.gnu.org/gnu/gengetopt/gengetopt-2.22.4.tar.gz'
+ url 'http://ftpmirror.gnu.org/gengetopt/gengetopt-2.22.4.tar.gz'
homepage 'http://www.gnu.org/software/gengetopt/'
md5 'e69d1b051784eb3a1c9fae36cb8b25ea'
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb
index 6df647bc7..b12bbc4c3 100644
--- a/Library/Formula/gettext.rb
+++ b/Library/Formula/gettext.rb
@@ -1,7 +1,7 @@
require 'formula'
class Gettext < Formula
- url 'http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz'
+ url 'http://ftpmirror.gnu.org/gettext/gettext-0.18.1.1.tar.gz'
md5 '3dd55b952826d2b32f51308f2f91aa89'
homepage 'http://www.gnu.org/software/gettext/'
diff --git a/Library/Formula/glpk.rb b/Library/Formula/glpk.rb
index e5a29c94a..e391f0ab6 100644
--- a/Library/Formula/glpk.rb
+++ b/Library/Formula/glpk.rb
@@ -1,7 +1,7 @@
require 'formula'
class Glpk < Formula
- url 'http://ftp.gnu.org/gnu/glpk/glpk-4.47.tar.gz'
+ url 'http://ftpmirror.gnu.org/glpk/glpk-4.47.tar.gz'
homepage 'http://www.gnu.org/software/glpk/'
md5 '8653bf20c1f7db96b9ed369a8598a1ce'
diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb
index 1e093561d..ee0cba141 100644
--- a/Library/Formula/gmp.rb
+++ b/Library/Formula/gmp.rb
@@ -1,7 +1,7 @@
require 'formula'
class Gmp < Formula
- url 'ftp://ftp.gnu.org/gnu/gmp/gmp-5.0.2.tar.bz2'
+ url 'http://ftpmirror.gnu.org/gmp/gmp-5.0.2.tar.bz2'
homepage 'http://gmplib.org/'
sha1 '2968220e1988eabb61f921d11e5d2db5431e0a35'
diff --git a/Library/Formula/gnu-barcode.rb b/Library/Formula/gnu-barcode.rb
index 75e4b1017..8de2a3caf 100644
--- a/Library/Formula/gnu-barcode.rb
+++ b/Library/Formula/gnu-barcode.rb
@@ -1,7 +1,7 @@
require 'formula'
class GnuBarcode < Formula
- url 'ftp://ftp.gnu.org/gnu/barcode/barcode-0.98.tar.gz'
+ url 'http://ftpmirror.gnu.org/barcode/barcode-0.98.tar.gz'
homepage 'http://www.gnu.org/software/barcode/barcode.html'
md5 '7f10c3307b84a19a4ab2fa4b3f2974da'
diff --git a/Library/Formula/gnu-chess.rb b/Library/Formula/gnu-chess.rb
index a06663e9d..9aebc708d 100644
--- a/Library/Formula/gnu-chess.rb
+++ b/Library/Formula/gnu-chess.rb
@@ -1,7 +1,7 @@
require 'formula'
class GnuChess < Formula
- url 'http://ftp.gnu.org/pub/gnu/chess/gnuchess-5.07.tar.gz'
+ url 'http://ftpmirror.gnu.org/chess/gnuchess-5.07.tar.gz'
homepage 'http://www.gnu.org/software/chess/'
md5 '259da00aa559e5624c65279484fccaf7'
@@ -21,7 +21,7 @@ class GnuChess < Formula
# Opening book for gnuchess. This can be put in the doc directory and the
# user can optionally add the opening book. The README has details on
# adding the opening book.
- book_url = "http://ftp.gnu.org/pub/gnu/chess/book_1.01.pgn.gz"
+ book_url = "http://ftpmirror.gnu.org/chess/book_1.01.pgn.gz"
ohai "Downloading #{book_url}"
curl book_url, "-O"
diff --git a/Library/Formula/gnu-go.rb b/Library/Formula/gnu-go.rb
index 0fdc0e37f..ea16a9dd8 100644
--- a/Library/Formula/gnu-go.rb
+++ b/Library/Formula/gnu-go.rb
@@ -1,7 +1,7 @@
require 'formula'
class GnuGo < Formula
- url 'http://ftp.gnu.org/gnu/gnugo/gnugo-3.8.tar.gz'
+ url 'http://ftpmirror.gnu.org/gnugo/gnugo-3.8.tar.gz'
homepage 'http://www.gnu.org/software/gnugo/gnugo.html'
md5 '6db0a528df58876d2b0ef1659c374a9a'
diff --git a/Library/Formula/gnu-sed.rb b/Library/Formula/gnu-sed.rb
index fba4b4bfb..295694d91 100644
--- a/Library/Formula/gnu-sed.rb
+++ b/Library/Formula/gnu-sed.rb
@@ -1,7 +1,7 @@
require 'formula'
class GnuSed < Formula
- url 'http://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.bz2'
+ url 'http://ftpmirror.gnu.org/sed/sed-4.2.1.tar.bz2'
homepage 'http://www.gnu.org/software/sed/'
md5 '7d310fbd76e01a01115075c1fd3f455a'
diff --git a/Library/Formula/gnu-smalltalk.rb b/Library/Formula/gnu-smalltalk.rb
index 2abd37704..a8892fd6e 100644
--- a/Library/Formula/gnu-smalltalk.rb
+++ b/Library/Formula/gnu-smalltalk.rb
@@ -10,7 +10,7 @@ require 'formula'
# * gdbm
class GnuSmalltalk < Formula
- url 'ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.2.2.tar.gz'
+ url 'http://ftpmirror.gnu.org/smalltalk/smalltalk-3.2.2.tar.gz'
homepage 'http://smalltalk.gnu.org/'
sha1 'a985d69e4760420614c9dfe4d3605e47c5eb8faa'
diff --git a/Library/Formula/gnu-tar.rb b/Library/Formula/gnu-tar.rb
index fca439af9..aacf4d9e7 100644
--- a/Library/Formula/gnu-tar.rb
+++ b/Library/Formula/gnu-tar.rb
@@ -1,7 +1,7 @@
require 'formula'
class GnuTar < Formula
- url 'ftp://ftp.gnu.org/gnu/tar/tar-1.26.tar.gz'
+ url 'http://ftpmirror.gnu.org/tar/tar-1.26.tar.gz'
homepage 'http://www.gnu.org/software/tar/'
md5 '00d1e769c6af702c542cca54b728920d'
diff --git a/Library/Formula/gnu-time.rb b/Library/Formula/gnu-time.rb
index 91b49a07a..28124f98c 100644
--- a/Library/Formula/gnu-time.rb
+++ b/Library/Formula/gnu-time.rb
@@ -1,7 +1,7 @@
require 'formula'
class GnuTime < Formula
- url 'http://ftp.gnu.org/gnu/time/time-1.7.tar.gz'
+ url 'http://ftpmirror.gnu.org/time/time-1.7.tar.gz'
homepage 'http://www.gnu.org/software/time/'
md5 'e38d2b8b34b1ca259cf7b053caac32b3'
diff --git a/Library/Formula/gnu-typist.rb b/Library/Formula/gnu-typist.rb
index c77464c37..078f1c9c7 100644
--- a/Library/Formula/gnu-typist.rb
+++ b/Library/Formula/gnu-typist.rb
@@ -1,7 +1,7 @@
require 'formula'
class GnuTypist < Formula
- url 'http://ftp.gnu.org/gnu/gtypist/gtypist-2.8.3.tar.bz2'
+ url 'http://ftpmirror.gnu.org/gtypist/gtypist-2.8.3.tar.bz2'
homepage 'http://www.gnu.org/software/gtypist/'
md5 '43be4b69315a202cccfed0efd011d66c'
diff --git a/Library/Formula/gnu-units.rb b/Library/Formula/gnu-units.rb
index e740ec519..4274242a8 100644
--- a/Library/Formula/gnu-units.rb
+++ b/Library/Formula/gnu-units.rb
@@ -1,7 +1,7 @@
require 'formula'
class GnuUnits < Formula
- url 'http://ftp.gnu.org/gnu/units/units-1.88.tar.gz'
+ url 'http://ftpmirror.gnu.org/units/units-1.88.tar.gz'
homepage 'http://www.gnu.org/software/units/'
md5 '9b2ee6e7e0e9c62741944cf33fc8a656'
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb
index 9f9b9efa9..0a2df7272 100644
--- a/Library/Formula/gnutls.rb
+++ b/Library/Formula/gnutls.rb
@@ -2,7 +2,7 @@ require 'formula'
class Gnutls < Formula
homepage 'http://www.gnu.org/software/gnutls/gnutls.html'
- url 'ftp://ftp.gnu.org/gnu/gnutls/gnutls-2.12.5.tar.bz2'
+ url 'http://ftpmirror.gnu.org/gnutls/gnutls-2.12.5.tar.bz2'
sha256 'bf263880f327ac34a561d8e66b5a729cbe33eea56728bfed3406ff2898448b60'
depends_on 'pkg-config' => :build
diff --git a/Library/Formula/gsl.rb b/Library/Formula/gsl.rb
index ff3612e4b..f7b891fbb 100644
--- a/Library/Formula/gsl.rb
+++ b/Library/Formula/gsl.rb
@@ -1,7 +1,7 @@
require 'formula'
class Gsl < Formula
- url 'ftp://ftp.gnu.org/gnu/gsl/gsl-1.15.tar.gz'
+ url 'http://ftpmirror.gnu.org/gsl/gsl-1.15.tar.gz'
homepage 'http://www.gnu.org/software/gsl/'
md5 '494ffefd90eef4ada678c306bab4030b'
diff --git a/Library/Formula/guile.rb b/Library/Formula/guile.rb
index 6add8cdfa..7a2acff45 100644
--- a/Library/Formula/guile.rb
+++ b/Library/Formula/guile.rb
@@ -2,8 +2,8 @@ require 'formula'
class Guile < Formula
homepage 'http://www.gnu.org/software/guile/'
- url 'ftp://ftp.gnu.org/gnu/guile/guile-1.8.7.tar.gz'
- head 'ftp://ftp.gnu.org/pub/gnu/guile/guile-2.0.2.tar.gz'
+ url 'http://ftpmirror.gnu.org/guile/guile-1.8.7.tar.gz'
+ head 'http://ftpmirror.gnu.org/guile/guile-2.0.2.tar.gz'
if ARGV.build_head?
sha1 '1943fd22417ce1e51babbdcd7681e66a794a8da3'
diff --git a/Library/Formula/help2man.rb b/Library/Formula/help2man.rb
index e1bfd1868..5479af72d 100644
--- a/Library/Formula/help2man.rb
+++ b/Library/Formula/help2man.rb
@@ -1,7 +1,7 @@
require 'formula'
class Help2man < Formula
- url 'http://ftp.gnu.org/gnu/help2man/help2man-1.40.4.tar.gz'
+ url 'http://ftpmirror.gnu.org/help2man/help2man-1.40.4.tar.gz'
homepage 'http://www.gnu.org/software/help2man/'
md5 '4d79dc7cb7c20019c2a3650d35259c45'
diff --git a/Library/Formula/idutils.rb b/Library/Formula/idutils.rb
index 3d2f49297..f640affb1 100644
--- a/Library/Formula/idutils.rb
+++ b/Library/Formula/idutils.rb
@@ -1,7 +1,7 @@
require 'formula'
class Idutils < Formula
- url 'http://ftp.gnu.org/gnu/idutils/idutils-4.5.tar.gz'
+ url 'http://ftpmirror.gnu.org/idutils/idutils-4.5.tar.gz'
homepage 'http://www.gnu.org/s/idutils/'
md5 '6c5082ee7f70578bb35d4b6669d9e14c'
diff --git a/Library/Formula/jwhois.rb b/Library/Formula/jwhois.rb
index 36dc1abb6..d649e0bb4 100644
--- a/Library/Formula/jwhois.rb
+++ b/Library/Formula/jwhois.rb
@@ -1,7 +1,7 @@
require 'formula'
class Jwhois < Formula
- url 'http://ftp.gnu.org/pub/gnu/jwhois/jwhois-4.0.tar.gz'
+ url 'http://ftpmirror.gnu.org/jwhois/jwhois-4.0.tar.gz'
homepage 'http://directory.fsf.org/project/jwhois/'
md5 '977d0ba90ee058a7998c94d933fc9546'
diff --git a/Library/Formula/libcdio.rb b/Library/Formula/libcdio.rb
index 47fa435c0..650bff170 100644
--- a/Library/Formula/libcdio.rb
+++ b/Library/Formula/libcdio.rb
@@ -1,7 +1,7 @@
require 'formula'
class Libcdio < Formula
- url 'http://ftp.gnu.org/gnu/libcdio/libcdio-0.82.tar.gz'
+ url 'http://ftpmirror.gnu.org/libcdio/libcdio-0.82.tar.gz'
md5 '1c29b18e01ab2b966162bc727bf3c360'
homepage 'http://www.gnu.org/software/libcdio/'
diff --git a/Library/Formula/libgsasl.rb b/Library/Formula/libgsasl.rb
index ad5fc164d..0d20cb062 100644
--- a/Library/Formula/libgsasl.rb
+++ b/Library/Formula/libgsasl.rb
@@ -1,7 +1,7 @@
require 'formula'
class Libgsasl < Formula
- url 'ftp://ftp.gnu.org/gnu/gsasl/libgsasl-1.6.1.tar.gz'
+ url 'http://ftpmirror.gnu.org/gsasl/libgsasl-1.6.1.tar.gz'
homepage 'http://www.gnu.org/software/gsasl/'
md5 '143ab88d06a5217915e6b649d7ffc018'
diff --git a/Library/Formula/libiconv.rb b/Library/Formula/libiconv.rb
index c6da5ac04..70cbf6cad 100644
--- a/Library/Formula/libiconv.rb
+++ b/Library/Formula/libiconv.rb
@@ -1,7 +1,7 @@
require 'formula'
class Libiconv < Formula
- url 'http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz'
+ url 'http://ftpmirror.gnu.org/libiconv/libiconv-1.14.tar.gz'
homepage 'http://www.gnu.org/software/libiconv/'
md5 'e34509b1623cec449dfeb73d7ce9c6c6'
diff --git a/Library/Formula/libidn.rb b/Library/Formula/libidn.rb
index c7ca78308..f0b69582e 100644
--- a/Library/Formula/libidn.rb
+++ b/Library/Formula/libidn.rb
@@ -2,7 +2,7 @@ require 'formula'
class Libidn < Formula
homepage 'http://www.gnu.org/software/libidn/'
- url 'http://ftp.gnu.org/gnu/libidn/libidn-1.22.tar.gz'
+ url 'http://ftpmirror.gnu.org/libidn/libidn-1.22.tar.gz'
sha256 '2f765e868795f5478900ec9f42cb0ecc6ca22e2a85a62763c0b13c7da2f588ed'
depends_on 'pkg-config' => :build
diff --git a/Library/Formula/libmicrohttpd.rb b/Library/Formula/libmicrohttpd.rb
index 8232165b9..502fac1c3 100644
--- a/Library/Formula/libmicrohttpd.rb
+++ b/Library/Formula/libmicrohttpd.rb
@@ -1,7 +1,7 @@
require 'formula'
class Libmicrohttpd < Formula
- url 'ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.13.tar.gz'
+ url 'http://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-0.9.13.tar.gz'
homepage 'http://www.gnu.org/software/libmicrohttpd/'
md5 'f826b70228cb0987c56515436a8e0fd7'
diff --git a/Library/Formula/libosip.rb b/Library/Formula/libosip.rb
index 10b8ed42b..d0e619238 100644
--- a/Library/Formula/libosip.rb
+++ b/Library/Formula/libosip.rb
@@ -1,7 +1,7 @@
require 'formula'
class Libosip < Formula
- url 'http://ftp.gnu.org/gnu/osip/libosip2-3.3.0.tar.gz'
+ url 'http://ftpmirror.gnu.org/osip/libosip2-3.3.0.tar.gz'
homepage 'http://www.gnu.org/software/osip/'
md5 '81493bb4d4ae6d55b71a0d4369339125'
diff --git a/Library/Formula/libsigsegv.rb b/Library/Formula/libsigsegv.rb
index 571f12035..876a972d5 100644
--- a/Library/Formula/libsigsegv.rb
+++ b/Library/Formula/libsigsegv.rb
@@ -1,7 +1,7 @@
require 'formula'
class Libsigsegv < Formula
- url 'http://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.10.tar.gz'
+ url 'http://ftpmirror.gnu.org/libsigsegv/libsigsegv-2.10.tar.gz'
homepage 'http://www.gnu.org/software/libsigsegv/'
sha256 '8460a4a3dd4954c3d96d7a4f5dd5bc4d9b76f5754196aa245287553b26d2199a'
diff --git a/Library/Formula/libtasn1.rb b/Library/Formula/libtasn1.rb
index 6ae35d011..92dffd95d 100644
--- a/Library/Formula/libtasn1.rb
+++ b/Library/Formula/libtasn1.rb
@@ -1,7 +1,7 @@
require 'formula'
class Libtasn1 < Formula
- url 'http://ftp.gnu.org/gnu/libtasn1/libtasn1-2.9.tar.gz'
+ url 'http://ftpmirror.gnu.org/libtasn1/libtasn1-2.9.tar.gz'
homepage 'http://www.gnu.org/software/libtasn1/'
md5 'f4f4035b84550100ffeb8ad4b261dea9'
diff --git a/Library/Formula/libunistring.rb b/Library/Formula/libunistring.rb
index 8595149a7..346406856 100644
--- a/Library/Formula/libunistring.rb
+++ b/Library/Formula/libunistring.rb
@@ -1,7 +1,7 @@
require 'formula'
class Libunistring < Formula
- url 'http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.3.tar.gz'
+ url 'http://ftpmirror.gnu.org/libunistring/libunistring-0.9.3.tar.gz'
homepage 'http://www.gnu.org/software/libunistring/'
md5 'db8eca3b64163abadf8c40e5cecc261f'
diff --git a/Library/Formula/lightning.rb b/Library/Formula/lightning.rb
index b562aff30..8564b7468 100644
--- a/Library/Formula/lightning.rb
+++ b/Library/Formula/lightning.rb
@@ -1,7 +1,7 @@
require 'formula'
class Lightning < Formula
- url 'http://ftp.gnu.org/gnu/lightning/lightning-1.2.tar.gz'
+ url 'http://ftpmirror.gnu.org/lightning/lightning-1.2.tar.gz'
md5 'dcd2c46ee4dd5d99edd9930022ad2153'
homepage 'http://www.gnu.org/software/lightning/'
diff --git a/Library/Formula/mit-scheme.rb b/Library/Formula/mit-scheme.rb
index 508e9d7b2..337be3357 100644
--- a/Library/Formula/mit-scheme.rb
+++ b/Library/Formula/mit-scheme.rb
@@ -1,7 +1,7 @@
require 'formula'
class MitScheme < Formula
- url 'http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.0.1/mit-scheme-c-9.0.1.tar.gz'
+ url 'http://ftpmirror.gnu.org/mit-scheme/stable.pkg/9.0.1/mit-scheme-c-9.0.1.tar.gz'
homepage 'http://www.gnu.org/software/mit-scheme/'
md5 '92884092806dd075f103cd1e9996413c'
diff --git a/Library/Formula/ocrad.rb b/Library/Formula/ocrad.rb
index 1b4068f4e..ea14d9e27 100644
--- a/Library/Formula/ocrad.rb
+++ b/Library/Formula/ocrad.rb
@@ -1,7 +1,7 @@
require 'formula'
class Ocrad < Formula
- url 'http://ftp.gnu.org/gnu/ocrad/ocrad-0.20.tar.gz'
+ url 'http://ftpmirror.gnu.org/ocrad/ocrad-0.20.tar.gz'
homepage 'http://www.gnu.org/software/ocrad/'
md5 '47040630580dbc75ce16f4a4fabede3f'
diff --git a/Library/Formula/octave.rb b/Library/Formula/octave.rb
index 186b9b931..be6d626c8 100644
--- a/Library/Formula/octave.rb
+++ b/Library/Formula/octave.rb
@@ -19,7 +19,7 @@ def snow_leopard_64?
end
class Octave < Formula
- url 'ftp://ftp.gnu.org/gnu/octave/octave-3.4.2.tar.bz2'
+ url 'http://ftpmirror.gnu.org/octave/octave-3.4.2.tar.bz2'
homepage 'http://www.gnu.org/software/octave/index.html'
md5 '31c744ab4555a2bf04d5e644b93f9b51'
diff --git a/Library/Formula/parallel.rb b/Library/Formula/parallel.rb
index c5d11f30e..194ae0383 100644
--- a/Library/Formula/parallel.rb
+++ b/Library/Formula/parallel.rb
@@ -1,7 +1,7 @@
require 'formula'
class Parallel < Formula
- url 'http://ftp.gnu.org/gnu/parallel/parallel-20110822.tar.bz2'
+ url 'http://ftpmirror.gnu.org/parallel/parallel-20110822.tar.bz2'
homepage 'http://savannah.gnu.org/projects/parallel/'
md5 'ec2538f9bf32ef328bb5503c35dce8c9'
diff --git a/Library/Formula/pth.rb b/Library/Formula/pth.rb
index e120ddc73..453ef1730 100644
--- a/Library/Formula/pth.rb
+++ b/Library/Formula/pth.rb
@@ -1,7 +1,7 @@
require 'formula'
class Pth < Formula
- url 'ftp://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz'
+ url 'http://ftpmirror.gnu.org/pth/pth-2.0.7.tar.gz'
homepage 'http://www.gnu.org/software/pth/'
md5 '9cb4a25331a4c4db866a31cbe507c793'
diff --git a/Library/Formula/readline.rb b/Library/Formula/readline.rb
index 651f98a44..6652018ea 100644
--- a/Library/Formula/readline.rb
+++ b/Library/Formula/readline.rb
@@ -2,7 +2,7 @@ require 'formula'
class Readline < Formula
homepage 'http://tiswww.case.edu/php/chet/readline/rltop.html'
- url 'ftp://ftp.cwru.edu/pub/bash/readline-6.2.tar.gz'
+ url 'http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz'
sha256 '79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381'
version '6.2.1'
@@ -14,7 +14,7 @@ EOS
def patches
{:p0 => [
- "ftp://ftp.cwru.edu/pub/bash/readline-6.2-patches/readline62-001",
+ "http://ftpmirror.gnu.org/readline/readline-6.2-patches/readline62-001",
]}
end
diff --git a/Library/Formula/recutils.rb b/Library/Formula/recutils.rb
index 727d36f8a..f8b90fc57 100644
--- a/Library/Formula/recutils.rb
+++ b/Library/Formula/recutils.rb
@@ -1,7 +1,7 @@
require 'formula'
class Recutils < Formula
- url 'http://ftp.gnu.org/gnu/recutils/recutils-1.3.tar.gz'
+ url 'http://ftpmirror.gnu.org/recutils/recutils-1.3.tar.gz'
homepage 'http://www.gnu.org/software/recutils/'
md5 '243d46f191cbbf2be3fd72a86234cd1c'
diff --git a/Library/Formula/rush.rb b/Library/Formula/rush.rb
index da7741606..3dd8c4bfc 100644
--- a/Library/Formula/rush.rb
+++ b/Library/Formula/rush.rb
@@ -1,7 +1,7 @@
require 'formula'
class Rush < Formula
- url 'http://ftp.gnu.org/gnu/rush/rush-1.6.tar.gz'
+ url 'http://ftpmirror.gnu.org/rush/rush-1.6.tar.gz'
homepage 'http://www.gnu.org/software/rush/'
md5 '32087472928220d0009fd65670d42741'
diff --git a/Library/Formula/shtool.rb b/Library/Formula/shtool.rb
index 833a9e0bc..b82670630 100644
--- a/Library/Formula/shtool.rb
+++ b/Library/Formula/shtool.rb
@@ -1,7 +1,7 @@
require 'formula'
class Shtool < Formula
- url 'ftp://ftp.gnu.org/gnu/shtool/shtool-2.0.8.tar.gz'
+ url 'http://ftpmirror.gnu.org/shtool/shtool-2.0.8.tar.gz'
homepage 'http://www.gnu.org/software/shtool/'
md5 'c5f7c6836882d48bc79049846a5f9c5b'
diff --git a/Library/Formula/source-highlight.rb b/Library/Formula/source-highlight.rb
index 737662dfa..6f9710a20 100644
--- a/Library/Formula/source-highlight.rb
+++ b/Library/Formula/source-highlight.rb
@@ -1,7 +1,7 @@
require 'formula'
class SourceHighlight < Formula
- url 'http://ftp.gnu.org/gnu/src-highlite/source-highlight-3.1.5.tar.gz'
+ url 'http://ftpmirror.gnu.org/src-highlite/source-highlight-3.1.5.tar.gz'
homepage 'http://www.gnu.org/software/src-highlite/'
md5 '3117ee47c1c6b0668667e20d2aca3757'
diff --git a/Library/Formula/spidermonkey.rb b/Library/Formula/spidermonkey.rb
index 109877b15..775fd1cad 100644
--- a/Library/Formula/spidermonkey.rb
+++ b/Library/Formula/spidermonkey.rb
@@ -2,7 +2,7 @@ require 'formula'
# Private older version of autoconf required to compile Spidermonkey
class Autoconf213 < Formula
- url 'http://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.13.tar.gz'
+ url 'http://ftpmirror.gnu.org/autoconf/autoconf-2.13.tar.gz'
md5 '9de56d4a161a723228220b0f425dc711'
homepage 'http://www.gnu.org/software/autoconf/'
end
diff --git a/Library/Formula/stow.rb b/Library/Formula/stow.rb
index 816770d95..1b8684798 100644
--- a/Library/Formula/stow.rb
+++ b/Library/Formula/stow.rb
@@ -1,7 +1,7 @@
require 'formula'
class Stow < Formula
- url 'http://ftp.gnu.org/gnu/stow/stow-1.3.3.tar.gz'
+ url 'http://ftpmirror.gnu.org/stow/stow-1.3.3.tar.gz'
homepage 'http://www.gnu.org/software/stow/'
md5 '59a078c7056dd9dd97fb707063b69d03'
diff --git a/Library/Formula/texinfo.rb b/Library/Formula/texinfo.rb
index 7e49012f5..8773b57d3 100644
--- a/Library/Formula/texinfo.rb
+++ b/Library/Formula/texinfo.rb
@@ -1,7 +1,7 @@
require 'formula'
class Texinfo < Formula
- url 'http://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.gz'
+ url 'http://ftpmirror.gnu.org/texinfo/texinfo-4.13a.tar.gz'
homepage 'http://www.gnu.org/software/texinfo/'
md5 '71ba711519209b5fb583fed2b3d86fcb'
diff --git a/Library/Formula/tin.rb b/Library/Formula/tin.rb
index 26dad44a2..4fbef6a7a 100644
--- a/Library/Formula/tin.rb
+++ b/Library/Formula/tin.rb
@@ -1,7 +1,7 @@
require 'formula'
class Libiconv < Formula
- url 'http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz'
+ url 'http://ftpmirror.gnu.org/libiconv/libiconv-1.13.1.tar.gz'
md5 '7ab33ebd26687c744a37264a330bbe9a'
homepage 'http://www.gnu.org/software/libiconv/'
end
diff --git a/Library/Formula/unrtf.rb b/Library/Formula/unrtf.rb
index e1eafae07..674a9aa62 100644
--- a/Library/Formula/unrtf.rb
+++ b/Library/Formula/unrtf.rb
@@ -1,7 +1,7 @@
require 'formula'
class Unrtf < Formula
- url 'http://ftp.gnu.org/gnu/unrtf/unrtf-0.21.2.tar.gz'
+ url 'http://ftpmirror.gnu.org/unrtf/unrtf-0.21.2.tar.gz'
homepage 'http://www.gnu.org/software/unrtf/'
md5 'e0b38d8786f00704ec479a7d261808b8'
diff --git a/Library/Formula/vcdimager.rb b/Library/Formula/vcdimager.rb
index 1ee2bc648..79156eaa1 100644
--- a/Library/Formula/vcdimager.rb
+++ b/Library/Formula/vcdimager.rb
@@ -1,7 +1,7 @@
require 'formula'
class Vcdimager < Formula
- url 'http://ftp.gnu.org/pub/gnu/vcdimager/vcdimager-0.7.23.tar.gz'
+ url 'http://ftpmirror.gnu.org/vcdimager/vcdimager-0.7.23.tar.gz'
homepage 'http://www.gnu.org/software/vcdimager/'
md5 '5e7d80fdbf0037ad20e438f2a9573253'
diff --git a/Library/Formula/wdiff.rb b/Library/Formula/wdiff.rb
index ee3075bb4..1850b7956 100644
--- a/Library/Formula/wdiff.rb
+++ b/Library/Formula/wdiff.rb
@@ -1,7 +1,7 @@
require 'formula'
class Wdiff < Formula
- url 'http://ftp.gnu.org/gnu/wdiff/wdiff-1.0.0.tar.gz'
+ url 'http://ftpmirror.gnu.org/wdiff/wdiff-1.0.0.tar.gz'
homepage 'http://www.gnu.org/software/wdiff/'
md5 '7d4836af64170150023f7424c5b82060'
diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb
index cdad430d5..81946a32d 100644
--- a/Library/Formula/wget.rb
+++ b/Library/Formula/wget.rb
@@ -2,7 +2,7 @@ require 'formula'
class Wget < Formula
homepage 'http://www.gnu.org/software/wget/'
- url 'http://ftp.gnu.org/gnu/wget/wget-1.13.3.tar.gz'
+ url 'http://ftpmirror.gnu.org/wget/wget-1.13.3.tar.gz'
md5 '2524f82296d51ef444e96e3a28bb4fbb'
depends_on "openssl" if MacOS.leopard?
diff --git a/Library/Formula/zile.rb b/Library/Formula/zile.rb
index b11e8cf31..c193752ae 100644
--- a/Library/Formula/zile.rb
+++ b/Library/Formula/zile.rb
@@ -1,7 +1,7 @@
require 'formula'
class Zile < Formula
- url 'http://ftp.gnu.org/gnu/zile/zile-2.3.24.tar.gz'
+ url 'http://ftpmirror.gnu.org/zile/zile-2.3.24.tar.gz'
homepage 'http://www.gnu.org/software/zile/'
md5 'fe77d801ba69e0fb9b4914a04b9ff506'