diff options
author | Karl Berry <karl@freefriends.org> | 2020-12-17 00:54:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-12-17 00:54:03 +0000 |
commit | a84a9cc5fff6a4c026e565163a77f0f746bc000b (patch) | |
tree | 964ffea5b171a2e96430ea44bf97e4d5d7e12ecc /Master/tlpkg/installer/ctan-mirrors.pl | |
parent | 3c3c4a08b9592c40fc9d34d1e25ed1d06efd11d0 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@57156 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 7384460b927..99499acaea3 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -45,12 +45,16 @@ $mirrors = { }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, + 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.kakao.com/CTAN/' => 1, 'https://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, + 'Philippines' => { + 'https://mirror.pregi.net/tex-archive/' => 1, + }, 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1, }, @@ -155,6 +159,9 @@ $mirrors = { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, 'https://ftpmirror1.infania.net/mirror/CTAN/' => 1, }, + 'United Kingdom' => { + 'https://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1, + }, }, 'North America' => { 'Canada' => { @@ -172,6 +179,7 @@ $mirrors = { 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, + 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'https://ctan.math.illinois.edu/' => 1, 'https://mirror.las.iastate.edu/tex-archive/' => 1, 'https://mirrors.concertpass.com/tex-archive/' => 1, |