diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-30 02:23:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-30 02:23:31 +0000 |
commit | 0ad321d3c0fb152d9d3db8240053373d53cf576c (patch) | |
tree | ab12ed0266a349deb4cd407e4f66294c59377393 | |
parent | af65bf04adcc1a3c443fd4dcc4e626ceb976073c (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@27855 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 c348d1eccbc..dbf63d699fd 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -14,6 +14,9 @@ $mirrors = { 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'http://mirrors.xmu.edu.cn/CTAN/' => 1 }, + 'India' => { + 'http://ctan.imsc.res.in/' => 1 + }, 'Indonesia' => { 'http://kambing.ui.ac.id/ctan/' => 1 }, @@ -124,7 +127,6 @@ $mirrors = { 'http://ctan.gladstone-tech.com/' => 1, 'http://ctan.mackichan.com/' => 1, 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, - 'http://ctan.mirrorcatalogs.com/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, 'http://ctan.unixbrain.com/' => 1, 'http://get-software.net/' => 1, @@ -145,6 +147,9 @@ $mirrors = { 'http://ctan.tche.br/' => 1, 'http://linorg.usp.br/CTAN/' => 1 }, + 'Chile' => { + 'ftp://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 + }, 'Colombia' => { 'http://www.laqee.unal.edu.co/tex-archive/' => 1 } |