diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-17 03:38:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-17 03:38:03 +0000 |
commit | 87031ea858ec18391d98f96f3cdc17f51207c1b1 (patch) | |
tree | 5b4bc79600e4e4b65975d2aaa32727b1b67f9054 /Master/tlpkg | |
parent | d21f4e070858c686f740012f1a78da8b09ec6351 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@29405 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index f6279abb7d5..1ac5ced67cd 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -8,6 +8,7 @@ $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 }, @@ -34,7 +35,6 @@ $mirrors = { }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, - 'http://ftp.ktug.or.kr/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, 'Pakistan' => { @@ -90,6 +90,7 @@ $mirrors = { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 }, 'Italy' => { + 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1, 'http://ftp.uniRoma2.it/TeX/' => 1 }, 'Lithuania' => { @@ -160,6 +161,7 @@ $mirrors = { }, 'South America' => { 'Brazil' => { + 'http://ctan.tche.br/' => 1, 'http://linorg.usp.br/CTAN/' => 1 }, 'Chile' => { |