diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-02 02:18:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-02 02:18:53 +0000 |
commit | a9135a4c768588e5b08e035de983294268a8e7e7 (patch) | |
tree | 7ee4fa176fb0878c2f052adf0d2d1aa3d18920b9 /Master | |
parent | 056ee3cff3f8869f465c664e75214efbad4fd4d9 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@35480 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index af7ff7941de..c51add711ed 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,6 +13,9 @@ $mirrors = { 'http://mirrors.hustunique.com/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, + 'Hong Kong' => { + 'ftp://ftp.comp.hkbu.edu.hk/pub/TeX/CTAN/' => 1 + }, 'India' => { 'http://ctan.imsc.res.in/' => 1 }, @@ -33,7 +36,6 @@ $mirrors = { 'http://ftp.jaist.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 }, @@ -119,7 +121,6 @@ $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 }, |