diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-19 01:05:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-19 01:05:38 +0000 |
commit | ab70b6afedf1c6db563fea45343b3ebd7379eedc (patch) | |
tree | 3d025c48aba67b2383529246b06ee9669d2fb198 /Master/tlpkg | |
parent | 3c138ad519d1940470d4c238c2c3409c61fa810b (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@43269 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 70ca3074f06..b4b6874764c 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -5,6 +5,7 @@ $mirrors = { }, 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, + 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1 } }, @@ -14,13 +15,15 @@ $mirrors = { 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, + 'India' => { + 'http://ctan.imsc.res.in/' => 1 + }, 'Iran' => { 'http://ctan.asis.io/' => 1, 'http://ctan.um.ac.ir/' => 1, 'http://ctan.yazd.ac.ir/' => 1 }, 'Japan' => { - 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, |