diff options
author | filip <filip.komar@gmail.com> | 2021-03-13 22:12:48 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2021-03-13 22:12:48 +0100 |
commit | cef1cdafcfb796e794db18d6e2cdd22ca648b740 (patch) | |
tree | 7019b9cfade2ea967a95334e7d2dd335d3e6983c /lib/cached.list_mirrorlist.php | |
parent | 1d787dc65e01d2d752d384a0a60f3396ef05ba88 (diff) | |
download | www-cef1cdafcfb796e794db18d6e2cdd22ca648b740.tar www-cef1cdafcfb796e794db18d6e2cdd22ca648b740.tar.gz www-cef1cdafcfb796e794db18d6e2cdd22ca648b740.tar.bz2 www-cef1cdafcfb796e794db18d6e2cdd22ca648b740.tar.xz www-cef1cdafcfb796e794db18d6e2cdd22ca648b740.zip |
update mirrors cache
Diffstat (limited to 'lib/cached.list_mirrorlist.php')
-rw-r--r-- | lib/cached.list_mirrorlist.php | 37 |
1 files changed, 29 insertions, 8 deletions
diff --git a/lib/cached.list_mirrorlist.php b/lib/cached.list_mirrorlist.php index 8d3c9cb69..ed53ba7ec 100644 --- a/lib/cached.list_mirrorlist.php +++ b/lib/cached.list_mirrorlist.php @@ -644,45 +644,52 @@ array ( 'zone' => 'US', 'country' => 'US', + 'city' => 'Durham', + 'url' => 'https://distro.ibiblio.org/mageia', + ), + 5 => + array ( + 'zone' => 'US', + 'country' => 'US', 'city' => 'Lenoir, NC', 'url' => 'http://mirror.dacentec.com/mageia', ), - 5 => + 6 => array ( 'zone' => 'US', 'country' => 'US', 'city' => 'Lenoir, NC', 'url' => 'https://mirror.dacentec.com/mageia', ), - 6 => + 7 => array ( 'zone' => 'US', 'country' => 'US', 'city' => 'Princeton', 'url' => 'http://mirror.math.princeton.edu/pub/mageia', ), - 7 => + 8 => array ( 'zone' => 'US', 'country' => 'US', 'city' => 'Princeton', 'url' => 'https://mirror.math.princeton.edu/pub/mageia', ), - 8 => + 9 => array ( 'zone' => 'US', 'country' => 'US', 'city' => 'Richmond, VA', 'url' => 'ftp://mageia.jameswhitby.net/mageia', ), - 9 => + 10 => array ( 'zone' => 'US', 'country' => 'US', 'city' => 'Richmond, VA', 'url' => 'http://mageia.jameswhitby.net', ), - 10 => + 11 => array ( 'zone' => 'US', 'country' => 'US', @@ -725,19 +732,33 @@ ), 1 => array ( + 'zone' => 'BR', + 'country' => 'BR', + 'city' => 'Brasilia', + 'url' => 'http://mageia.fis.unb.br', + ), + 2 => + array ( + 'zone' => 'BR', + 'country' => 'BR', + 'city' => 'Brasilia', + 'url' => 'https://mageia.fis.unb.br', + ), + 3 => + array ( 'zone' => 'EC', 'country' => 'EC', 'city' => 'Cuenca', 'url' => 'ftp://mirror.cedia.org.ec/mageia', ), - 2 => + 4 => array ( 'zone' => 'EC', 'country' => 'EC', 'city' => 'Cuenca', 'url' => 'http://mirror.cedia.org.ec/mageia', ), - 3 => + 5 => array ( 'zone' => 'EC', 'country' => 'EC', |