diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-15 23:38:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-15 23:38:18 +0000 |
commit | 361113517781be1c859fe04b53b0886f8737ab42 (patch) | |
tree | 4af2e0adb55319a9bb3c1186b2a93fe07210e63f /Master/tlpkg/installer | |
parent | 83b6a4d0870f24541e3c19637fc7c29f418e3927 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51386 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 218c1f4c5e2..bfc6cf55367 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,10 +13,13 @@ $mirrors = { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, 'http://mirrors.cqu.edu.cn/CTAN/' => 1, + 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, - 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1 + 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, + 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'India' => { + 'http://ctan.imsc.res.in/' => 1, 'http://mirror.iopb.res.in/tex-archive/' => 1 }, 'Iran' => { @@ -55,6 +58,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, @@ -84,12 +90,14 @@ $mirrors = { 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, 'http://ctan.triasinformatica.nl/' => 1, + 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1, 'http://mirror.koddos.net/CTAN/' => 1 }, 'Norway' => { '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 }, @@ -133,6 +141,9 @@ $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, @@ -147,6 +158,9 @@ $mirrors = { 'Oceania' => { 'Australia' => { 'http://mirror.aarnet.edu.au/pub/CTAN/' => 1 + }, + 'New Zealand' => { + 'http://mirror.aut.ac.nz/CTAN/' => 1 } }, 'South America' => { |