diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-03 03:34:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-03 03:34:28 +0000 |
commit | 3868da27f335f584ecd8c2a203cbb3aa1cdad1a8 (patch) | |
tree | e41ac01c28c1b91ed59455547e54cdcf3c4d095b /Master/tlpkg/installer | |
parent | 3e543acdcee7cf5abe6b64f0466aa9748bc36a19 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@29274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index b03c54da4b1..69129c0a44f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -111,10 +111,10 @@ $mirrors = { 'Portugal' => { 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, 'ftp://ftp.ist.utl.pt/pub/ctan/' => 1, - 'http://ftp.eq.uc.pt/software/TeX/' => 1 + 'http://ftp.eq.uc.pt/software/TeX/' => 1, + 'http://mirrors.fe.up.pt/pub/CTAN/' => 1 }, 'Russia' => { - 'http://ctan.uni-altai.ru/' => 1, 'http://ctan.usu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1, 'http://mirrors.nlab.su/ctan/' => 1 @@ -163,6 +163,9 @@ $mirrors = { 'Brazil' => { 'http://linorg.usp.br/CTAN/' => 1 }, + 'Chile' => { + 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 + }, 'Colombia' => { 'http://www.laqee.unal.edu.co/tex-archive/' => 1 } |