diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-13 23:38:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-13 23:38:19 +0000 |
commit | 81328bc000d00e09ab2708010708c5c9e31361eb (patch) | |
tree | e4aa1f39c96af7645ecbb28fbee3a87f7d13772b /Master/tlpkg | |
parent | 247402c4517441b98e261547f8b10e83d6ca1a7b (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51375 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 712811c5552..8a731de3080 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -4,7 +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 } @@ -19,7 +18,6 @@ $mirrors = { 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'India' => { - 'http://ctan.imsc.res.in/' => 1, 'http://mirror.iopb.res.in/tex-archive/' => 1 }, 'Iran' => { @@ -27,6 +25,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 @@ -75,7 +74,6 @@ $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 @@ -96,7 +94,6 @@ $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 }, @@ -121,9 +118,6 @@ $mirrors = { 'Spain' => { 'http://osl.ugr.es/CTAN/' => 1 }, - 'Sweden' => { - 'http://ftp.acc.umu.se/mirror/CTAN/' => 1 - }, 'Switzerland' => { 'http://www.pirbot.com/mirrors/ctan/' => 1 }, @@ -140,9 +134,6 @@ $mirrors = { 'http://mirror.its.dal.ca/ctan/' => 1, 'http://muug.ca/mirror/ctan/' => 1 }, - 'Costa Rica' => { - 'http://mirrors.ucr.ac.cr/CTAN/' => 1 - }, 'USA' => { 'http://ctan.math.illinois.edu/' => 1, 'http://ctan.math.washington.edu/tex-archive/' => 1, @@ -154,14 +145,6 @@ $mirrors = { 'http://mirrors.rit.edu/CTAN/' => 1 } }, - 'Oceania' => { - 'Australia' => { - 'http://mirror.aarnet.edu.au/pub/CTAN/' => 1 - }, - 'New Zealand' => { - 'http://mirror.aut.ac.nz/CTAN/' => 1 - } - }, 'South America' => { 'Brazil' => { 'http://linorg.usp.br/CTAN/' => 1 |