diff options
author | Karl Berry <karl@freefriends.org> | 2013-07-28 01:19:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-07-28 01:19:17 +0000 |
commit | 6d514d21d6326dd5733e647a61598a2f376a448f (patch) | |
tree | 16150d55133547e3bc6f34fb5b8e1702aaa7d87d | |
parent | ca2b26be24914cae3e4ec7c610fefbffa54eb035 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@31294 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index f779c09c666..8bb083369bd 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -96,7 +96,8 @@ $mirrors = { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 }, 'Italy' => { - 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 + 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1, + 'http://ftp.uniRoma2.it/TeX/' => 1 }, 'Lithuania' => { 'http://ctan.vgtu.lt/' => 1 @@ -144,6 +145,9 @@ $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, @@ -173,6 +177,7 @@ $mirrors = { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 }, 'Colombia' => { + 'http://ctan.uniminuto.edu/' => 1, 'http://www.laqee.unal.edu.co/tex-archive/' => 1 } } |