From 40b3db713d1a4163ca6ff2c179b9b0d92d905351 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 9 Jul 2013 12:52:12 +0000 Subject: scripts/download.pl: use HTTP instead of FTP for the default GNU site Signed-off-by: Felix Fietkau SVN-Revision: 37213 --- scripts/download.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/download.pl') diff --git a/scripts/download.pl b/scripts/download.pl index f2b064b346..2ed852a231 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -152,7 +152,7 @@ foreach my $mirror (@ARGV) { push @mirrors, "http://downloads.sourceforge.net/$1"; } } elsif ($mirror =~ /^\@GNU\/(.+)$/) { - push @mirrors, "ftp://ftp.gnu.org/gnu/$1"; + push @mirrors, "http://ftp.gnu.org/pub/gnu/$1"; push @mirrors, "http://ftpmirror.gnu.org/$1"; push @mirrors, "ftp://ftp.belnet.be/mirror/ftp.gnu.org/gnu/$1"; push @mirrors, "ftp://ftp.mirror.nl/pub/mirror/gnu/$1"; -- cgit v1.2.3