diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-14 01:19:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-14 01:19:50 +0000 |
commit | 949ce6ed4243811da9058adb3f7d0bf56b2b61ee (patch) | |
tree | 782b1ba856e890b9937f8001fd8750f860c9ffbe /Master/tlpkg | |
parent | 4e38c595000412057e5b009253f3bf9148b301d4 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@37515 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index f1b1b1207d7..91e386ebc2d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -9,12 +9,14 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.bjtu.edu.cn/CTAN/' => 1, - 'http://mirror.neu.edu.cn/CTAN/' => 1 + 'http://mirror.neu.edu.cn/CTAN/' => 1, + 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1 }, 'India' => { 'http://ctan.imsc.res.in/' => 1 }, 'Iran' => { + 'http://ctan.asis.io/' => 1, 'http://ctan.yazd.ac.ir/' => 1 }, 'Japan' => { @@ -70,7 +72,6 @@ $mirrors = { 'http://ctan.mines-albi.fr/' => 1, 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://ftp.oleane.net/pub/CTAN/' => 1, - 'http://mirror.ibcp.fr/pub/CTAN/' => 1, 'http://mirrors.ircam.fr/pub/CTAN/' => 1 }, 'Germany' => { @@ -82,6 +83,7 @@ $mirrors = { 'http://ftp.fau.de/ctan/' => 1, 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://mirror.selfnet.de/tex-archive/' => 1, + 'http://mirror.unicorncloud.org/CTAN/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, 'Greece' => { @@ -91,6 +93,7 @@ $mirrors = { 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 }, 'Netherlands' => { + 'http://ctan.cs.uu.nl/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, 'Norway' => { |