diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-24 23:53:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-24 23:53:53 +0000 |
commit | 2bc538ec37c9d4c7a55be1598068e7926d16b59c (patch) | |
tree | 596414683a5e54156325c96c3f93ed9a774d853a /Master/tlpkg/installer/ctan-mirrors.pl | |
parent | ab4605e0e4fdecd25adcb5b9b4aa9119a28a7833 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52529 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 5918f313ee8..179e612006d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -36,14 +36,16 @@ $mirrors = { 'http://ctan.yazd.ac.ir/' => 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.harukasan.org/CTAN/' => 1, + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, - 'http://mirror.navercorp.com/CTAN/' => 1 + 'http://mirror.navercorp.com/CTAN/' => 1, + 'http://mirror.yongbok.net/ctan/' => 1 }, 'Philippines' => { 'http://mirror.pregi.net/tex-archive/' => 1 |