diff options
author | Karl Berry <karl@freefriends.org> | 2022-10-26 23:49:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-10-26 23:49:22 +0000 |
commit | a04f31501e10a2876dd75e79a94b0e2f4bb514a4 (patch) | |
tree | ea2696716ef703a9a088344cb1813b1ea3359d7a /Master/tlpkg/installer | |
parent | b8a527e07df15561c3105655993c2d9e436f98b1 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@64830 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 28ca4833f70..c250d49cf48 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -15,6 +15,7 @@ $mirrors = { 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.cloud.tencent.com/CTAN/' => 1, 'https://mirrors.cqu.edu.cn/CTAN/' => 1, + 'https://mirrors.hit.edu.cn/CTAN/' => 1, 'https://mirrors.nju.edu.cn/CTAN/' => 1, 'https://mirrors.nwafu.edu.cn/ctan/' => 1, 'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, @@ -46,9 +47,16 @@ $mirrors = { 'http://ftp.ktug.org/tex-archive/' => 1, 'https://cran.asia/tex/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, + 'https://lab.uklee.pe.kr/tex-archive/' => 1, 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, }, + 'Philippines' => { + 'http://mirror.rise.ph/ctan/' => 1, + }, + 'Singapore' => { + 'https://download.nus.edu.sg/mirror/ctan/' => 1, + }, 'Taiwan' => { 'https://ftp.ntou.edu.tw/ctan/' => 1, }, @@ -112,6 +120,9 @@ $mirrors = { 'http://ftp.ntua.gr/mirror/ctan/' => 1, 'https://ftp.cc.uoc.gr/mirrors/CTAN/' => 1, }, + 'Hungary' => { + 'https://mirror.szerverem.hu/ctan/' => 1, + }, 'Italy' => { 'https://ctan.mirror.garr.it/mirrors/ctan/' => 1, }, @@ -156,6 +167,7 @@ $mirrors = { 'https://ftpmirror1.infania.net/mirror/CTAN/' => 1, }, 'Switzerland' => { + 'https://mirror.foobar.to/CTAN/' => 1, 'https://mirror.metanet.ch/tex-archive/' => 1, }, 'United Kingdom' => { |