diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-23 02:21:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-23 02:21:48 +0000 |
commit | cd7bea7c1c37f5b77a8fd59dc812359f3c521aea (patch) | |
tree | 58ae59a45e4dbbeb500484bba0e81d07610b6dbb /Master/tlpkg | |
parent | d47ad55d196a3f4309429a0ad13791030c740f47 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@33262 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e0fc22c8291..b561333bd62 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,8 +1,7 @@ $mirrors = { 'Africa' => { 'South Africa' => { - 'http://ctan.mirror.ac.za/' => 1, - 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1 + 'http://ctan.mirror.ac.za/' => 1 } }, 'Asia' => { @@ -17,13 +16,13 @@ $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 }, 'Iran' => { + 'http://ctan.asis.io/tex-archive/' => 1, 'http://ctan.yazd.ac.ir/' => 1, 'http://ctan.yazduni.ac.ir/' => 1 }, @@ -65,9 +64,6 @@ $mirrors = { } }, 'Europe' => { - 'Austria' => { - 'http://mirror.klaus-uwe.me/ctan/' => 1 - }, 'Czech Republic' => { 'http://ftp.cvut.cz/tex-archive/' => 1 }, |