diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-15 01:19:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-15 01:19:51 +0000 |
commit | 76cef5a40c5421b9582c9cfecc8797b3d7badcab (patch) | |
tree | e9d826227026cf033c7c48734fc1dea1edc765a3 /Master/tlpkg/installer | |
parent | 7f589783c59f11262bd9683eb2a08d5d8289d727 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@31654 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 6843ae2f001..a90790fb093 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -9,6 +9,7 @@ $mirrors = { 'China' => { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, + 'http://mirrors.hustunique.com/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'Hong Kong' => { @@ -22,7 +23,7 @@ $mirrors = { 'http://s2.mirrors.gudangteknologi.com/tex-archive/' => 1 }, 'Iran' => { - 'http://ctan.yazd.ac.ir/' => 1 + 'http://ctan.um.ac.ir/' => 1 }, 'Israel' => { 'http://mirror.isoc.org.il/pub/ctan/' => 1 @@ -30,6 +31,7 @@ $mirrors = { 'Japan' => { 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.riken.go.jp/pub/tex-archive/' => 1, + 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { @@ -86,6 +88,7 @@ $mirrors = { 'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1, 'ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1, 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, + 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.uni-erlangen.de/mirrors/CTAN/' => 1, 'http://funnyshare.org/mirrors/ctan/' => 1, 'http://mirror.informatik.uni-mannheim.de/pub/mirrors/tex-archive/' => 1, @@ -143,9 +146,6 @@ $mirrors = { 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 }, - 'Mexico' => { - 'http://tezcatl.fciencias.unam.mx/tex-archive/' => 1 - }, 'USA' => { 'http://bay.uchicago.edu/tex-archive/' => 1, 'http://ctan.mackichan.com/' => 1, |