diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-05 01:39:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-05 01:39:51 +0000 |
commit | 53593d7514f6c1279c3d16dee28f99ae85eab425 (patch) | |
tree | 92ec6be08842440ca37c8513d50c03844183db48 /Master/tlpkg/installer | |
parent | 9e7d8d8bea37d1550e28559c71fbb08b2406354b (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@30233 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index f5a38def402..c4e7283d650 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -26,17 +26,24 @@ $mirrors = { 'http://ctan.yazd.ac.ir/' => 1, 'http://ctan.yazduni.ac.ir/' => 1 }, + 'Israel' => { + 'http://mirror.isoc.org.il/pub/ctan/' => 1 + }, 'Japan' => { 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.riken.go.jp/pub/tex-archive/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, - 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 + 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, + 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, + 'Malaysia' => { + 'http://ossm.utm.my/tex-archive/' => 1 + }, 'Pakistan' => { 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1, 'http://stingray.cyber.net.pk/pub/ctan/' => 1 @@ -141,9 +148,11 @@ $mirrors = { 'http://tezcatl.fciencias.unam.mx/tex-archive/' => 1 }, 'USA' => { + 'http://bay.uchicago.edu/tex-archive/' => 1, 'http://ctan.mackichan.com/' => 1, 'http://ctan.mirrorcatalogs.com/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, + 'http://ctan.sharelatex.com/tex-archive/' => 1, 'http://ctan.unixbrain.com/' => 1, 'http://get-software.net/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, @@ -160,10 +169,8 @@ $mirrors = { 'South America' => { 'Brazil' => { 'http://ctan.tche.br/' => 1, - 'http://linorg.usp.br/CTAN/' => 1 - }, - 'Chile' => { - 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 + 'http://linorg.usp.br/CTAN/' => 1, + 'http://www.las.ic.unicamp.br/pub/ctan/' => 1 }, 'Colombia' => { 'http://www.laqee.unal.edu.co/tex-archive/' => 1 |