diff options
author | filip <filip.komar@gmail.com> | 2021-03-15 21:12:46 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2021-03-15 21:12:46 +0100 |
commit | 1a06f838c53b57225decf76cb85a0a78e6d3c138 (patch) | |
tree | 62bda2738fb2b0f0ee951fac29663d8623f752b3 /lib | |
parent | c074f199683c9c729da8e03e8e29328767ff6788 (diff) | |
download | www-1a06f838c53b57225decf76cb85a0a78e6d3c138.tar www-1a06f838c53b57225decf76cb85a0a78e6d3c138.tar.gz www-1a06f838c53b57225decf76cb85a0a78e6d3c138.tar.bz2 www-1a06f838c53b57225decf76cb85a0a78e6d3c138.tar.xz www-1a06f838c53b57225decf76cb85a0a78e6d3c138.zip |
update mirrors cache
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cached.list.php | 19 | ||||
-rw-r--r-- | lib/cached.list_doc.php | 13 |
2 files changed, 16 insertions, 16 deletions
diff --git a/lib/cached.list.php b/lib/cached.list.php index 88eb5ce66..093b029e9 100644 --- a/lib/cached.list.php +++ b/lib/cached.list.php @@ -623,52 +623,45 @@ 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', ), - 6 => + 5 => array ( 'zone' => 'US', 'country' => 'US', 'city' => 'Lenoir, NC', 'url' => 'https://mirror.dacentec.com/mageia', ), - 7 => + 6 => array ( 'zone' => 'US', 'country' => 'US', 'city' => 'Princeton', 'url' => 'http://mirror.math.princeton.edu/pub/mageia', ), - 8 => + 7 => array ( 'zone' => 'US', 'country' => 'US', 'city' => 'Princeton', 'url' => 'https://mirror.math.princeton.edu/pub/mageia', ), - 9 => + 8 => array ( 'zone' => 'US', 'country' => 'US', 'city' => 'Richmond, VA', 'url' => 'ftp://mageia.jameswhitby.net/mageia', ), - 10 => + 9 => array ( 'zone' => 'US', 'country' => 'US', 'city' => 'Richmond, VA', 'url' => 'http://mageia.jameswhitby.net', ), - 11 => + 10 => array ( 'zone' => 'US', 'country' => 'US', diff --git a/lib/cached.list_doc.php b/lib/cached.list_doc.php index cbba72184..9d52ccc44 100644 --- a/lib/cached.list_doc.php +++ b/lib/cached.list_doc.php @@ -128,23 +128,30 @@ 'zone' => 'TW', 'country' => 'TW', 'city' => 'HsinChu', - 'url' => 'http://free.nchc.org.tw/mageia', + 'url' => 'ftp://ftp.twaren.net/Linux/Mageia', ), 15 => array ( 'zone' => 'TW', 'country' => 'TW', 'city' => 'HsinChu', - 'url' => 'https://free.nchc.org.tw/mageia', + 'url' => 'http://free.nchc.org.tw/mageia', ), 16 => array ( 'zone' => 'TW', 'country' => 'TW', + 'city' => 'HsinChu', + 'url' => 'https://free.nchc.org.tw/mageia', + ), + 17 => + array ( + 'zone' => 'TW', + 'country' => 'TW', 'city' => 'Taipei', 'url' => 'ftp://ftp.tku.edu.tw/Linux/Mageia', ), - 17 => + 18 => array ( 'zone' => 'TW', 'country' => 'TW', |