diff options
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 8db82a95ab3..8de1ae92406 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -7,7 +7,6 @@ $mirrors = { 'https://mirror.marwan.ma/ctan/' => 1, }, 'South Africa' => { - 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1, }, @@ -44,10 +43,14 @@ $mirrors = { }, 'Korea' => { 'http://ftp.harukasan.org/CTAN/' => 1, + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.navercorp.com/CTAN/' => 1, 'http://mirror.yongbok.net/ctan/' => 1, }, + 'Philippines' => { + 'http://mirror.pregi.net/tex-archive/' => 1, + }, 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1, }, @@ -81,7 +84,6 @@ $mirrors = { 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://mirrors.ircam.fr/pub/CTAN/' => 1, 'http://mirrors.standaloneinstaller.com/ctan/' => 1, - 'https://mirrors.chevalier.io/CTAN/' => 1, }, 'Germany' => { 'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1, @@ -156,6 +158,8 @@ $mirrors = { 'http://ctan.math.ca/tex-archive/' => 1, 'http://ctan.mirror.colo-serv.net/' => 1, 'http://ctan.mirror.globo.tech/' => 1, + 'http://ctan.mirror.rafal.ca/' => 1, + 'http://mirror.its.dal.ca/ctan/' => 1, 'http://muug.ca/mirror/ctan/' => 1, }, 'USA' => { |