diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-19 23:38:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-19 23:38:31 +0000 |
commit | 48ff8ae39fbf06e9f9685d38b9fe90ba2323d84d (patch) | |
tree | 44870cfb68efbf51100fff362446fb099bdf61e1 /Master/tlpkg | |
parent | 9f8ddcf86e4d87a27938c3036acce3f8eef461e3 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51409 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index c44362e21d5..86dad4ed9d6 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -4,8 +4,6 @@ $mirrors = { 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 }, 'South Africa' => { - 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, - 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1 } }, @@ -18,6 +16,7 @@ $mirrors = { 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'India' => { + 'http://ctan.imsc.res.in/' => 1, 'http://mirror.iopb.res.in/tex-archive/' => 1 }, 'Iran' => { @@ -25,6 +24,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 @@ -52,6 +52,9 @@ $mirrors = { 'Denmark' => { 'http://mirrors.dotsrc.org/ctan/' => 1 }, + 'Finland' => { + 'ftp://ftp.funet.fi/pub/TeX/CTAN/' => 1 + }, 'France' => { 'http://ctan.crest.fr/tex-archive/' => 1, 'http://ctan.mines-albi.fr/' => 1, @@ -67,6 +70,7 @@ $mirrors = { 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, 'http://ctan.mirror.norbert-ruehl.de/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, + 'http://ftp.fau.de/ctan/' => 1, 'http://mirror.informatik.hs-fulda.de/tex-archive/' => 1, 'http://packages.oth-regensburg.de/ctan/' => 1, 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 @@ -87,9 +91,12 @@ $mirrors = { 'http://ctan.uib.no/' => 1 }, 'Poland' => { + 'ftp://ftp.gust.org.pl/TeX/' => 1, + 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1, 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, 'Portugal' => { + 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, 'http://mirrors.up.pt/pub/CTAN/' => 1 }, 'Romania' => { @@ -121,6 +128,7 @@ $mirrors = { 'http://ctan.forsale.plus/' => 1, 'http://ctan.math.ca/tex-archive/' => 1, 'http://ctan.mirror.colo-serv.net/' => 1, + 'http://ctan.mirror.rafal.ca/' => 1, 'http://mirror.its.dal.ca/ctan/' => 1, 'http://muug.ca/mirror/ctan/' => 1 }, @@ -131,17 +139,13 @@ $mirrors = { 'http://ctan.math.illinois.edu/' => 1, 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, + 'http://mirror.las.iastate.edu/tex-archive/' => 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 } }, - 'Oceania' => { - 'Australia' => { - 'http://mirror.aarnet.edu.au/pub/CTAN/' => 1 - } - }, 'South America' => { 'Brazil' => { 'http://linorg.usp.br/CTAN/' => 1 |