diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-11 03:29:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-11 03:29:10 +0000 |
commit | ce23103898e730a59b17836165fcfcfe115c051e (patch) | |
tree | e1a239f78cf767321905ed35ff1b289ceeea6339 | |
parent | 6ca000ac75afe78b7ae1fdd4a3271f74246b482d (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@25600 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 71c8b8509ed..0431938461b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -68,6 +68,7 @@ $mirrors = { 'http://ctan.mines-albi.fr/' => 1, 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://ftp.oleane.net/pub/CTAN/' => 1, + 'http://mirror.ibcp.fr/pub/CTAN/' => 1, 'http://mirrors.ircam.fr/pub/CTAN/' => 1 }, 'Germany' => { @@ -121,13 +122,14 @@ $mirrors = { 'http://mirror.csclub.uwaterloo.ca/CTAN/' => 1, 'http://mirror.its.dal.ca/ctan/' => 1 }, - 'Mexico' => { - 'http://tezcatl.fciencias.unam.mx/tex-archive/' => 1 + 'Costa Rica' => { + 'http://mirrors.ucr.ac.cr/CTAN/' => 1 }, 'USA' => { 'http://ctan.mackichan.com/' => 1, 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, 'http://ctan.mirrorcatalogs.com/' => 1, + 'http://ctan.unixbrain.com/' => 1, 'http://get-software.net/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.math.ku.edu/tex-archive/' => 1, |