diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-12 01:22:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-12 01:22:16 +0000 |
commit | 7d0c343f71dfc7ece2883acc08a54f0494646b2d (patch) | |
tree | 5299d203d1af7fa840466592f7190dabfcd5103f /Master/tlpkg | |
parent | 114de265e5b7598aba6d7568fdcc7ce43d1d1e54 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@45754 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 2c6472adc2d..a8230d64ca5 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -12,6 +12,7 @@ $mirrors = { }, 'Asia' => { 'China' => { + 'http://mirror.lzu.edu.cn/CTAN/' => 1, 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.shuosc.org/CTAN/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, @@ -32,6 +33,7 @@ $mirrors = { '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 |