From 27fe688c5fa84470365356e6d443605cc87cbf30 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 13 Dec 2013 16:43:07 +0000 Subject: scripts/download.pl: prefer the GNU mirror redirect over the primary site (#14603) Signed-off-by: Felix Fietkau SVN-Revision: 39045 --- scripts/download.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/download.pl b/scripts/download.pl index f17500f..d6a55b6 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -152,8 +152,8 @@ foreach my $mirror (@ARGV) { push @mirrors, "http://downloads.sourceforge.net/$1"; } } elsif ($mirror =~ /^\@GNU\/(.+)$/) { - push @mirrors, "http://ftp.gnu.org/pub/gnu/$1"; push @mirrors, "http://ftpmirror.gnu.org/$1"; + push @mirrors, "http://ftp.gnu.org/pub/gnu/$1"; push @mirrors, "ftp://ftp.belnet.be/mirror/ftp.gnu.org/gnu/$1"; push @mirrors, "ftp://ftp.mirror.nl/pub/mirror/gnu/$1"; push @mirrors, "http://mirror.switch.ch/ftp/mirror/gnu/$1"; -- cgit v1.1