diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-06 02:35:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-06 02:35:59 +0000 |
commit | bed576ccb58d2e43d7f2bc6b5b03945549cb0431 (patch) | |
tree | 86ac36ea77970c145160985734e9c92fc28c7539 | |
parent | 6adeb6b269086172ec884bc4a392fc68231fb63d (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@26224 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 94a4e9c2b1a..7e2873d93f2 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -40,7 +40,8 @@ $mirrors = { }, 'Taiwan' => { 'ftp://mirror.cs.nctu.edu.tw/pub/CTAN/' => 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 @@ -82,6 +83,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 }, @@ -119,6 +123,9 @@ $mirrors = { 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 }, + 'Mexico' => { + 'http://tezcatl.fciencias.unam.mx/tex-archive/' => 1 + }, 'USA' => { 'http://ctan.mackichan.com/' => 1, 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, |