From: Jiri Kastner Date: Thu, 28 Nov 2019 15:29:31 +0000 (+0100) Subject: scripts/dowload.pl: add archive.apache.org to apache mirror list X-Git-Tag: v21.02.0-rc1~4279 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=dc34c695c4faa46efc6e2367a2ba06a47caa4840 scripts/dowload.pl: add archive.apache.org to apache mirror list apache mirrors holds only latest releases, to download older releases, one must use archive.apache.org to get them. Signed-off-by: Jiri Kastner --- diff --git a/scripts/download.pl b/scripts/download.pl index 7d29d6bebd..dd49255367 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -197,6 +197,7 @@ foreach my $mirror (@ARGV) { push @mirrors, "https://mirror.netcologne.de/apache.org/$1"; push @mirrors, "https://mirror.aarnet.edu.au/pub/apache/$1"; push @mirrors, "https://mirror.csclub.uwaterloo.ca/apache/$1"; + push @mirrors, "https://archive.apache.org/dist/$1"; push @mirrors, "http://mirror.cogentco.com/pub/apache/$1"; push @mirrors, "http://mirror.navercorp.com/apache/$1"; push @mirrors, "http://ftp.jaist.ac.jp/pub/apache/$1";