diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-13 18:05:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-13 18:05:36 +0000 |
commit | 918c89a649a818280d7ba101ffffef9845644cd3 (patch) | |
tree | 81994c0d4bd145cd3bd805370de44a75d1f05de2 | |
parent | 9d9daf69166fe767e688e0d10faeb4827f87854b (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49144 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 6a6e992a16c..29bf6980e06 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,8 +1,5 @@ $mirrors = { 'Africa' => { - 'Algeria' => { - 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 - }, 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, @@ -16,6 +13,7 @@ $mirrors = { 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.huaweicloud.com/repository/toolkit/CTAN/' => 1, + 'http://mirrors.shu.edu.cn/CTAN/' => 1, 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 @@ -56,8 +54,7 @@ $mirrors = { }, 'Europe' => { 'Austria' => { - 'http://mirror.easyname.at/ctan/' => 1, - 'http://mirror.reismil.ch/CTAN/' => 1 + 'http://mirror.easyname.at/ctan/' => 1 }, 'Belarus' => { 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 |