Changeset 3020
- Timestamp:
- 2006-01-20T03:43:31+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/whiterussian/openwrt/scripts/download.pl
r2583 r3020 63 63 push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath"; 64 64 }; 65 /<a href="\/.+\?use_mirror=(\w+)"><b>Download/ and do { 66 push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath"; 67 }; 65 68 } 69 push @mirrors, "http://dl.sourceforge.net/sourceforge/$sfpath"; 66 70 close SF; 67 71 } elsif ($mirror =~ /^\@GNU\/(.+)$/) { … … 71 75 push @mirrors, "ftp://ftp.mirror.nl/pub/mirror/gnu/$gnupath"; 72 76 push @mirrors, "http://mirror.switch.ch/ftp/mirror/gnu/$gnupath"; 77 push @mirrors, "ftp://ftp.uu.net/archive/systems/gnu/$gnupath"; 78 push @mirrors, "ftp://ftp.eu.uu.net/pub/gnu/$gnupath"; 79 push @mirrors, "ftp://ftp.leo.org/pub/comp/os/unix/gnu/$gnupath"; 80 push @mirrors, "ftp://ftp.digex.net/pub/gnu/$gnupath"; 73 81 } else { 74 82 push @mirrors, $mirror;
Note: See TracChangeset
for help on using the changeset viewer.