scripts/dowload.pl: add archive.apache.org to apache mirror list

This commit is contained in:
CN_SZTL 2020-01-01 16:13:16 +08:00
parent 1fd2298572
commit 7bc0a7000b
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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";