diff options
author | Karl Berry <karl@freefriends.org> | 2019-04-29 23:38:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-04-29 23:38:02 +0000 |
commit | 4a0a61cd7c6089744b31e8837c83a1cd2f5dc572 (patch) | |
tree | 08435d261cb51409832438df9d07ad9c5a47ec4b /Master/tlpkg | |
parent | cf7e644778d53c66982ef808ad03b6a892b035bf (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@50900 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 3abfede8ca7..3c9cd439bf4 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,10 +1,6 @@ $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, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1 @@ -13,6 +9,7 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, + 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.huaweicloud.com/repository/toolkit/CTAN/' => 1, 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, @@ -24,9 +21,9 @@ $mirrors = { 'http://mirror.iopb.res.in/tex-archive/' => 1 }, 'Iran' => { + 'http://ctan.asis.ai/' => 1, 'http://ctan.um.ac.ir/' => 1, - 'http://ctan.yazd.ac.ir/' => 1, - 'http://repo.iut.ac.ir/tex-archive/' => 1 + 'http://ctan.yazd.ac.ir/' => 1 }, 'Japan' => { 'ftp://ftp.kddilabs.jp/CTAN/' => 1, @@ -38,7 +35,6 @@ $mirrors = { 'http://ftp.harukasan.org/CTAN/' => 1, 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, - 'http://ftp.neowiz.com/CTAN/' => 1, 'http://mirror.navercorp.com/CTAN/' => 1 }, 'Philippines' => { @@ -47,9 +43,6 @@ $mirrors = { 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 - }, - 'Thailand' => { - 'http://mirror.kku.ac.th/CTAN/' => 1 } }, 'Europe' => { @@ -96,6 +89,7 @@ $mirrors = { }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, + 'http://ctan.triasinformatica.nl/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1, 'http://mirror.koddos.net/CTAN/' => 1 }, @@ -173,9 +167,6 @@ $mirrors = { 'South America' => { 'Brazil' => { 'http://linorg.usp.br/CTAN/' => 1 - }, - 'Chile' => { - 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 } } }; |