diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-04 23:38:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-04 23:38:34 +0000 |
commit | c6ab9eca978627bb7a91b800a94b900818079a4a (patch) | |
tree | 72f680de717fa353192e14c7705046ee6d657144 /Master/tlpkg/installer | |
parent | 29d0e3da758f5d5d0ff246723f5a296298262f5f (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@50996 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 42 |
1 files changed, 36 insertions, 6 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e44a5adb340..7e3265b2ed8 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,14 +13,19 @@ $mirrors = { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, 'http://mirrors.cqu.edu.cn/CTAN/' => 1, + 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.huaweicloud.com/repository/toolkit/CTAN/' => 1, 'http://mirrors.sjtug.sjtu.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 + 'http://ctan.imsc.res.in/' => 1 + }, + 'Iran' => { + 'http://ctan.asis.ai/' => 1, + 'http://ctan.um.ac.ir/' => 1, + 'http://ctan.yazd.ac.ir/' => 1 }, 'Japan' => { 'ftp://ftp.kddilabs.jp/CTAN/' => 1, @@ -34,6 +39,9 @@ $mirrors = { 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.navercorp.com/CTAN/' => 1 }, + 'Philippines' => { + 'http://mirror.pregi.net/tex-archive/' => 1 + }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 @@ -58,6 +66,7 @@ $mirrors = { 'France' => { '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, @@ -83,11 +92,16 @@ $mirrors = { 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, 'http://ctan.triasinformatica.nl/' => 1, - 'http://ftp.snt.utwente.nl/pub/software/tex/' => 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 + 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1, + 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, 'Portugal' => { 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, @@ -99,6 +113,7 @@ $mirrors = { }, 'Russia' => { 'http://ctan.altspu.ru/' => 1, + 'http://mirror.macomnet.net/pub/CTAN/' => 1, 'http://mirrors.mi.ras.ru/CTAN/' => 1 }, 'Serbia' => { @@ -110,6 +125,9 @@ $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 }, @@ -121,7 +139,7 @@ $mirrors = { 'Canada' => { 'http://ctan.forsale.plus/' => 1, 'http://ctan.math.ca/tex-archive/' => 1, - 'http://ctan.mirror.rafal.ca/' => 1, + 'http://ctan.mirror.colo-serv.net/' => 1, 'http://mirror.its.dal.ca/ctan/' => 1, 'http://muug.ca/mirror/ctan/' => 1 }, @@ -129,10 +147,22 @@ $mirrors = { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 }, 'USA' => { + '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.ibiblio.org/pub/mirrors/CTAN/' => 1, + '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' => { |