diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-18 01:26:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-18 01:26:35 +0000 |
commit | e78362e61345be1be4d63b0fa8a16ac284777e51 (patch) | |
tree | 5070a4d9901ce5aad41438e8de21cfb137b2a3bf /Master/tlpkg | |
parent | f26228d5f6e70208a3a6b7893ebd93a8f5f3ea5e (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@34093 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 07e190f77da..aeee410ca3e 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -17,8 +17,7 @@ $mirrors = { 'ftp://ftp.comp.hkbu.edu.hk/pub/TeX/CTAN/' => 1 }, 'India' => { - 'http://ctan.imsc.res.in/' => 1, - 'http://in.httpd.co/mirrors/ctan/' => 1 + 'http://ctan.imsc.res.in/' => 1 }, 'Indonesia' => { 'http://kambing.ui.ac.id/ctan/' => 1 @@ -33,6 +32,7 @@ $mirrors = { }, '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 }, @@ -91,6 +91,7 @@ $mirrors = { 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, + 'http://mirror.selfnet.de/tex-archive/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, 'Greece' => { @@ -169,8 +170,7 @@ $mirrors = { 'Brazil' => { 'http://ctan.tche.br/' => 1, 'http://linorg.usp.br/CTAN/' => 1, - 'http://repositorios.cpai.unb.br/ctan/' => 1, - 'http://www.las.ic.unicamp.br/pub/ctan/' => 1 + 'http://repositorios.cpai.unb.br/ctan/' => 1 }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |