diff options
author | Karl Berry <karl@freefriends.org> | 2012-06-03 02:30:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-06-03 02:30:10 +0000 |
commit | f3c631df60ccf8f59a8ac0194e02c57f2578805b (patch) | |
tree | a4b272c7a591178b0738ed2c03cfa07de1020d22 /Master/tlpkg | |
parent | 2200b718aaf8e02d276cbaa12e7584a73eeb0e0b (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@26809 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index b2f58b61f3f..ac10e9ddf16 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -8,7 +8,6 @@ $mirrors = { 'China' => { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, 'http://mirror.bjtu.edu.cn/CTAN/' => 1, - 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirror.qdu.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'http://mirrors.xmu.edu.cn/CTAN/' => 1 @@ -29,7 +28,8 @@ $mirrors = { 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { - 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1 + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, + 'http://ftp.neowiz.com/CTAN/' => 1 }, 'Malaysia' => { 'ftp://mirror.upm.edu.my/ctan/' => 1 @@ -44,9 +44,6 @@ $mirrors = { 'Taiwan' => { 'http://ctan.cdpa.nsysu.edu.tw/' => 1, 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 - }, - 'Thailand' => { - 'http://ctan.megagod.net/tex-archive/' => 1 } }, 'Australasia' => { @@ -65,7 +62,6 @@ $mirrors = { 'http://mirrors.dotsrc.org/ctan/' => 1 }, 'France' => { - 'ftp://ftp.inria.fr/pub/TeX/CTAN/' => 1, 'http://ctan.mines-albi.fr/' => 1, 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://ftp.oleane.net/pub/CTAN/' => 1, @@ -86,6 +82,9 @@ $mirrors = { 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1, 'http://ftp.uniRoma2.it/TeX/' => 1 }, + 'Lithuania' => { + 'http://ctan.vgtu.lt/' => 1 + }, 'Netherlands' => { 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, |