diff options
author | Karl Berry <karl@freefriends.org> | 2020-11-07 00:53:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-11-07 00:53:03 +0000 |
commit | 68b41c9dcd13620bd4fef0f9cfd47fa9ed70460d (patch) | |
tree | 081fc4af8411e151a226b7d3f154889472d17f0a | |
parent | e7557076a95861efdd073ada5dbea6430e7416b2 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@56871 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 892f1a54fed..038c374c24e 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, - }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1, }, @@ -17,8 +14,8 @@ $mirrors = { 'https://mirror.bjtu.edu.cn/CTAN/' => 1, 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, - 'https://mirrors.cqu.edu.cn/CTAN/' => 1, 'https://mirrors.hit.edu.cn/CTAN/' => 1, + 'https://mirrors.nju.edu.cn/CTAN/' => 1, 'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, 'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'https://mirrors.ustc.edu.cn/CTAN/' => 1, @@ -44,6 +41,7 @@ $mirrors = { 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, }, 'Korea' => { + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.kakao.com/CTAN/' => 1, 'https://cran.asia/tex/' => 1, @@ -51,6 +49,9 @@ $mirrors = { 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, + 'Philippines' => { + 'https://mirror.pregi.net/tex-archive/' => 1, + }, 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1, }, @@ -141,9 +142,6 @@ $mirrors = { 'http://mirrors.mi.ras.ru/CTAN/' => 1, 'https://mirror.truenetwork.ru/CTAN/' => 1, }, - 'Serbia' => { - 'http://ctan.mirror.ftn.uns.ac.rs/' => 1, - }, 'Slovenia' => { 'http://ctan.ijs.si/tex-archive/' => 1, }, @@ -165,7 +163,6 @@ $mirrors = { 'http://ctan.mirror.globo.tech/' => 1, 'http://ctan.mirror.rafal.ca/' => 1, 'https://ctan.math.ca/tex-archive/' => 1, - 'https://mirror.its.dal.ca/ctan/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, 'Costa Rica' => { @@ -183,9 +180,6 @@ $mirrors = { }, }, 'Oceania' => { - 'Australia' => { - 'https://mirror.aarnet.edu.au/pub/CTAN/' => 1, - }, 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1, }, |