diff options
author | Karl Berry <karl@freefriends.org> | 2013-07-14 01:19:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-07-14 01:19:17 +0000 |
commit | 3dccfc7432d797542fd7f6e7ebf6c23af836c591 (patch) | |
tree | 57fd04302fb774fee55c11ed56186d81b4404857 | |
parent | 6f54a83630a60cd147ab101d9c9c2d0f95091385 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@31190 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 198f0602441..36ef5f274a6 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -7,7 +7,6 @@ $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.ustc.edu.cn/CTAN/' => 1 @@ -39,8 +38,7 @@ $mirrors = { '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.yongbok.net/tex-archive/' => 1 + 'http://ftp.neowiz.com/CTAN/' => 1 }, 'Malaysia' => { 'http://ossm.utm.my/tex-archive/' => 1 @@ -121,6 +119,7 @@ $mirrors = { 'http://mirrors.fe.up.pt/pub/CTAN/' => 1 }, 'Russia' => { + 'http://ctan.uni-altai.ru/' => 1, 'http://ctan.usu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1, 'http://mirrors.nlab.su/ctan/' => 1 |