mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
scripts/download.pl: fix sourceforge url
SVN-Revision: 30726
This commit is contained in:
parent
fe66f30aae
commit
4dc4ebe0c8
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ foreach my $mirror (@ARGV) {
|
|||
if ($mirror =~ /^\@SF\/(.+)$/) {
|
||||
# give sourceforge a few more tries, because it redirects to different mirrors
|
||||
for (1 .. 5) {
|
||||
push @mirrors, "http://downloads.sourceforge.net/$1";
|
||||
push @mirrors, "http://downloads.sourceforge.net/project/$1";
|
||||
}
|
||||
} elsif ($mirror =~ /^\@GNU\/(.+)$/) {
|
||||
push @mirrors, "ftp://ftp.gnu.org/gnu/$1";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue