diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-11 00:21:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-11 00:21:06 +0000 |
commit | 4e235c54dc61078a9e668af5f34fd8c31beba278 (patch) | |
tree | fcc948c2eedc3a3858186c9a0894ddc8818dd254 /Master/tlpkg | |
parent | b85a1a462db797f003d814f44bbe08b82a150276 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@44557 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index c3476ffe802..c89e991a581 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,10 +13,14 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, + 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.opencas.cn/ctan/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, + 'India' => { + 'http://ctan.imsc.res.in/' => 1 + }, 'Iran' => { 'http://ctan.asis.io/' => 1, 'http://ctan.um.ac.ir/' => 1, @@ -32,9 +36,6 @@ $mirrors = { 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, - 'Malaysia' => { - 'http://wbc.upm.edu.my/tex-archive/' => 1 - }, 'Philippines' => { 'http://mirror.pregi.net/tex-archive/' => 1 }, @@ -72,6 +73,7 @@ $mirrors = { 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, + 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1, 'http://www.bothelp.net/mirrors/ctan/' => 1 }, @@ -83,6 +85,7 @@ $mirrors = { }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, + 'http://ctan.triasinformatica.nl/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, 'Norway' => { @@ -96,7 +99,7 @@ $mirrors = { 'Portugal' => { 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, 'ftp://ftp.ist.utl.pt/pub/ctan/' => 1, - 'http://mirrors.fe.up.pt/pub/CTAN/' => 1 + 'http://mirrors.up.pt/pub/CTAN/' => 1 }, 'Russia' => { 'http://ctan.altspu.ru/' => 1, @@ -143,6 +146,7 @@ $mirrors = { }, 'USA' => { 'http://ctan.mackichan.com/' => 1, + 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, 'http://ctan.sharelatex.com/tex-archive/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, |