diff options
author | Karl Berry <karl@freefriends.org> | 2015-05-03 01:19:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-05-03 01:19:22 +0000 |
commit | 86b60a23161b308a48b80d9c9068c3c348d17092 (patch) | |
tree | 1c4f0d9603dbfc8b2d0a91b0131860cf726f7baa /Master/tlpkg/installer | |
parent | ffad3bd16dcb19c72c0ccecbce4a4965f9dd5d2b (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@37158 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 3b4c3b523bc..c6fb074ae5e 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -8,11 +8,10 @@ $mirrors = { }, 'Asia' => { 'China' => { - 'http://ftp.ctex.org/mirrors/CTAN/' => 1, 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.hustunique.com/CTAN/' => 1, - 'http://mirrors.stuhome.net/CTAN/' => 1, + 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'Hong Kong' => { @@ -62,6 +61,9 @@ $mirrors = { 'Austria' => { 'http://mirror.easyname.at/ctan/' => 1 }, + 'Belarus' => { + 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 + }, 'Czech Republic' => { 'http://ftp.cvut.cz/tex-archive/' => 1 }, @@ -159,7 +161,6 @@ $mirrors = { }, 'South America' => { 'Brazil' => { - 'http://linorg.usp.br/CTAN/' => 1, 'http://repositorios.cpai.unb.br/ctan/' => 1 } } |