diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-05 01:22:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-05 01:22:28 +0000 |
commit | 2b6da9dbfc5726e588b790953d2d3430986f9cc1 (patch) | |
tree | ec9658117aa0254100cc82875d4860c0e0679900 /Master/tlpkg | |
parent | 61a39e2862cb6431ad74be0019e5bf18784f9621 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@45695 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 75cc05d46ef..2c6472adc2d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -12,6 +12,8 @@ $mirrors = { }, 'Asia' => { 'China' => { + 'http://mirrors.cqu.edu.cn/CTAN/' => 1, + 'http://mirrors.shuosc.org/CTAN/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, @@ -24,11 +26,12 @@ $mirrors = { 'http://repo.iut.ac.ir/tex-archive/' => 1 }, 'Japan' => { + 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, - 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 + 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, + 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { - '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 @@ -84,6 +87,7 @@ $mirrors = { }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, + 'http://ctan.robertdegroot.nl/tex-archive/' => 1, 'http://ctan.triasinformatica.nl/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1, 'http://mirror.koddos.net/CTAN/' => 1 |