diff options
author | Karl Berry <karl@freefriends.org> | 2022-01-17 00:49:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-01-17 00:49:44 +0000 |
commit | 5ac5b08dff20ab5c8bf407eebb2731362b16c90d (patch) | |
tree | 76c58c6a9417ddaa81c02ef05d8059d07f7d15aa /Master/tlpkg/installer/ctan-mirrors.pl | |
parent | 2d3c52b6fb9fbe12aedb47f307d58011be4bcee0 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@61627 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 214b8909774..6856dcb53b3 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,5 +1,8 @@ $mirrors = { 'Africa' => { + 'Algeria' => { + 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1, + }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1, }, @@ -16,7 +19,6 @@ $mirrors = { 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.cqu.edu.cn/CTAN/' => 1, 'https://mirrors.dgut.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.sustech.edu.cn/CTAN/' => 1, @@ -42,6 +44,7 @@ $mirrors = { }, 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, + 'https://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'https://mirror.kakao.com/CTAN/' => 1, @@ -169,7 +172,6 @@ $mirrors = { 'https://ctan.mirror.globo.tech/' => 1, 'https://ctan.mirror.rafal.ca/' => 1, 'https://mirror.csclub.uwaterloo.ca/CTAN/' => 1, - 'https://mirror.its.dal.ca/ctan/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, 'Costa Rica' => { @@ -194,9 +196,4 @@ $mirrors = { 'https://mirror.aut.ac.nz/CTAN/' => 1, }, }, - 'South America' => { - 'Chile' => { - 'https://ctan.dcc.uchile.cl/' => 1, - }, - }, }; |