diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-31 01:20:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-31 01:20:19 +0000 |
commit | fa172c0953f19ed46ad66e1c20ac465b8b06be22 (patch) | |
tree | 3a097189acffb435090823d2ece1267ad3f8b26b /Master | |
parent | cfaa8ecd80a242951d0073adfb5cb08e2938db46 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@35073 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 84f1bd211fd..a0760c91304 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -37,6 +37,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 }, 'Malaysia' => { @@ -47,7 +48,8 @@ $mirrors = { }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, - 'http://ctan.cdpa.nsysu.edu.tw/' => 1 + 'http://ctan.cdpa.nsysu.edu.tw/' => 1, + 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 @@ -71,9 +73,6 @@ $mirrors = { 'Czech Republic' => { 'http://ftp.cvut.cz/tex-archive/' => 1 }, - 'Denmark' => { - 'http://mirrors.dotsrc.org/ctan/' => 1 - }, 'Finland' => { 'ftp://ftp.funet.fi/pub/TeX/CTAN/' => 1 }, @@ -90,7 +89,6 @@ $mirrors = { 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, - 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://mirror.selfnet.de/tex-archive/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, |