diff options
author | Jiri Kastner <cz172638@gmail.com> | 2019-11-28 16:29:31 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-12-23 01:07:33 +0100 |
commit | 8623b58c1d1cccc5986f1c306b0959d3514987b4 (patch) | |
tree | 0f53b8b30668c3e3c0b1db7194ed6ef373dfd133 /scripts/download.pl | |
parent | e242125d71cf543b3c80dfa64b62d0d53678d18a (diff) | |
download | upstream-8623b58c1d1cccc5986f1c306b0959d3514987b4.tar.gz upstream-8623b58c1d1cccc5986f1c306b0959d3514987b4.tar.bz2 upstream-8623b58c1d1cccc5986f1c306b0959d3514987b4.zip |
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 <cz172638@gmail.com>
(cherry picked from commit dc34c695c4faa46efc6e2367a2ba06a47caa4840)
Diffstat (limited to 'scripts/download.pl')
-rwxr-xr-x | scripts/download.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/download.pl b/scripts/download.pl index 34fd6a6f0b..9848a62522 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"; |