diff options
author | Karl Berry <karl@freefriends.org> | 2023-11-02 00:43:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-11-02 00:43:21 +0000 |
commit | b289caf27dfc9a40fdd21000ef409a0ac27d9625 (patch) | |
tree | edce7cf859daf6421fe5e426b8515f7c855f50f7 /Master/tlpkg/installer | |
parent | 3e7a12dde9d45c725b17b680a6c12171184ad968 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@68724 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index ae962feb273..a019d2a55cb 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -29,6 +29,7 @@ $mirrors = { 'https://mirror-hk.koddos.net/CTAN/' => 1, }, 'India' => { + 'https://in.mirrors.cicku.me/ctan/' => 1, 'https://mirror.niser.ac.in/ctan/' => 1, }, 'Indonesia' => { @@ -44,15 +45,19 @@ $mirrors = { 'https://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'https://ftp.kddilabs.jp/CTAN/' => 1, 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, + 'https://jp.mirrors.cicku.me/ctan/' => 1, }, 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, - 'https://cran.asia/tex/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, + 'https://kr.mirrors.cicku.me/ctan/' => 1, 'https://lab.uklee.pe.kr/tex-archive/' => 1, 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, }, + 'Singapore' => { + 'https://sg.mirrors.cicku.me/ctan/' => 1, + }, 'Taiwan' => { 'https://ctan.mirror.twds.com.tw/tex-archive/' => 1, }, @@ -97,6 +102,7 @@ $mirrors = { 'https://ctan.mirror.norbert-ruehl.de/' => 1, 'https://ctan.net/' => 1, 'https://ctan.space-pro.be/tex-archive/' => 1, + 'https://de.mirrors.cicku.me/ctan/' => 1, 'https://ftp.agdsn.de/pub/mirrors/latex/dante/' => 1, 'https://ftp.fau.de/ctan/' => 1, 'https://ftp.gwdg.de/pub/ctan/' => 1, @@ -163,11 +169,13 @@ $mirrors = { }, 'United Kingdom' => { 'https://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1, + 'https://eu.mirrors.cicku.me/ctan/' => 1, 'https://www-uxsup.csx.cam.ac.uk/pub/tex-archive/' => 1, }, }, 'North America' => { 'Canada' => { + 'https://ca.mirrors.cicku.me/ctan/' => 1, 'https://ctan.mirror.globo.tech/' => 1, 'https://ctan.mirror.rafal.ca/' => 1, 'https://mirror.csclub.uwaterloo.ca/CTAN/' => 1, @@ -185,15 +193,16 @@ $mirrors = { 'https://ctan.math.washington.edu/tex-archive/' => 1, 'https://ctan.mirrors.hoobly.com/' => 1, 'https://mirror.las.iastate.edu/tex-archive/' => 1, - 'https://mirror.math.princeton.edu/pub/CTAN/' => 1, 'https://mirror.mwt.me/ctan/' => 1, 'https://mirror2.sandyriver.net/pub/ctan/' => 1, 'https://mirrors.mit.edu/CTAN/' => 1, 'https://mirrors.rit.edu/CTAN/' => 1, + 'https://us.mirrors.cicku.me/ctan/' => 1, }, }, 'Oceania' => { 'Australia' => { + 'https://au.mirrors.cicku.me/ctan/' => 1, 'https://mirror.aarnet.edu.au/pub/CTAN/' => 1, 'https://mirror.cse.unsw.edu.au/pub/CTAN/' => 1, }, |