diff options
author | Karl Berry <karl@freefriends.org> | 2020-08-12 23:53:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-08-12 23:53:33 +0000 |
commit | 8a38e3092224af38e7a0337e489f4548a7e06294 (patch) | |
tree | 688643e16cbba687ba5ba03a6d4e733159eb8484 /Master/tlpkg/installer/ctan-mirrors.pl | |
parent | 5e601db97bd4b083549d72b08681ca9fe9ff6046 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@56098 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 9209c02ed5a..622b80ed144 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,6 +19,7 @@ $mirrors = { '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, @@ -46,7 +50,6 @@ $mirrors = { '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, 'https://ftp.harukasan.org/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, @@ -63,6 +66,9 @@ $mirrors = { 'https://mirror.easyname.at/ctan/' => 1, 'https://mirror.kumi.systems/ctan/' => 1, }, + 'Belarus' => { + 'https://mirror.datacenter.by/pub/mirrors/CTAN/' => 1, + }, 'Czech Republic' => { 'http://ftp.cvut.cz/tex-archive/' => 1, 'https://mirrors.nic.cz/tex-archive/' => 1, @@ -105,7 +111,6 @@ $mirrors = { 'https://packages.oth-regensburg.de/ctan/' => 1, }, 'Greece' => { - 'http://ftp.ntua.gr/mirror/ctan/' => 1, 'https://ftp.cc.uoc.gr/mirrors/CTAN/' => 1, }, 'Hungary' => { @@ -179,9 +184,6 @@ $mirrors = { }, }, 'Oceania' => { - 'Australia' => { - 'https://mirror.aarnet.edu.au/pub/CTAN/' => 1, - }, 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1, }, |