aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/download.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/download.pl b/scripts/download.pl
index bd62b6b956..7d29d6bebd 100755
--- a/scripts/download.pl
+++ b/scripts/download.pl
@@ -231,12 +231,12 @@ foreach my $mirror (@ARGV) {
push @extra, "$extra[0]/testing";
} elsif ($filename =~ /linux-(\d+\.\d+(?:\.\d+)?)/) {
push @extra, "$extra[0]/longterm/v$1";
- }
+ }
foreach my $dir (@extra) {
push @mirrors, "https://cdn.kernel.org/pub/$dir";
- push @mirrors, "https://mirror.rackspace.com/kernel.org/$dir";
- push @mirrors, "http://download.xs4all.nl/ftp.kernel.org/pub/$dir";
- push @mirrors, "http://mirrors.mit.edu/kernel/$dir";
+ push @mirrors, "https://mirror.rackspace.com/kernel.org/pub/$dir";
+ push @mirrors, "https://download.xs4all.nl/ftp.kernel.org/pub/$dir";
+ push @mirrors, "https://mirrors.mit.edu/kernel/$dir";
push @mirrors, "http://ftp.nara.wide.ad.jp/pub/kernel.org/$dir";
push @mirrors, "http://www.ring.gr.jp/archives/linux/kernel.org/$dir";
push @mirrors, "ftp://ftp.riken.jp/Linux/kernel.org/$dir";