diff options
author | Karl Berry <karl@freefriends.org> | 2017-12-31 01:22:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-12-31 01:22:33 +0000 |
commit | 8b4d65171eea43e02340571e360ce3aa67c962fc (patch) | |
tree | 6a7b00814e8ef84ce2790b2022108bbd9ed989db /Master/tlpkg | |
parent | 6fcff6f09f7d45517b1c6728da7f7611ca78085c (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@46176 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 c7fce3ec9a9..91b04f45e9c 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -27,11 +27,13 @@ $mirrors = { 'http://repo.iut.ac.ir/tex-archive/' => 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, '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, 'http://mirror.navercorp.com/CTAN/' => 1 @@ -49,7 +51,8 @@ $mirrors = { }, 'Europe' => { 'Austria' => { - 'http://mirror.easyname.at/ctan/' => 1 + 'http://mirror.easyname.at/ctan/' => 1, + 'http://mirror.reismil.ch/CTAN/' => 1 }, 'Belarus' => { 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 @@ -65,6 +68,7 @@ $mirrors = { }, 'France' => { 'http://ctan.mines-albi.fr/' => 1, + 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://mirror.ibcp.fr/pub/CTAN/' => 1, 'http://mirrors.ircam.fr/pub/CTAN/' => 1, 'http://mirrors.standaloneinstaller.com/ctan/' => 1 @@ -150,7 +154,6 @@ $mirrors = { 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, 'http://mirrors.concertpass.com/tex-archive/' => 1, - 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1, 'http://mirrors.sorengard.com/ctan/' => 1 } |