diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-10 00:53:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-10 00:53:47 +0000 |
commit | 40369ba1f18872e1f09e7d3b69e8d1cc7428dc8e (patch) | |
tree | 49e568fe15d04a569c0f1653001aec7c5f3258ac /Master/tlpkg | |
parent | 8baa546d3e2c36227a0e341b5d8a180230f49e7c (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52713 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index bbaa1aebfac..5d660a7888b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -37,6 +37,7 @@ $mirrors = { '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, 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 @@ -80,9 +81,11 @@ $mirrors = { 'http://ctan.crest.fr/tex-archive/' => 1, 'http://ctan.mines-albi.fr/' => 1, 'http://ctan.tetaneutral.net/' => 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, + 'https://ctan.mc2.root.project-creative.net/' => 1, 'https://mirrors.chevalier.io/CTAN/' => 1 }, 'Germany' => { @@ -122,7 +125,6 @@ $mirrors = { 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, 'Portugal' => { - 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, 'http://mirrors.up.pt/pub/CTAN/' => 1, 'https://ftp.eq.uc.pt/software/TeX/' => 1 }, |