diff options
author | Karl Berry <karl@freefriends.org> | 2020-08-08 23:53:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-08-08 23:53:38 +0000 |
commit | 15b56d29d27d378a7f6b3ee9c8235a76e5f79608 (patch) | |
tree | 67fc88a3e18d6979cd6c0817db38d6d740603504 | |
parent | 53bc05d0abbd08ff5918a3c9809124f4ac3d1c62 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@56078 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 390de1d7a1f..df2f88e8ae8 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -19,7 +19,6 @@ $mirrors = { 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/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.sjtug.sjtu.edu.cn/ctan/' => 1, 'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, @@ -55,9 +54,6 @@ $mirrors = { '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, }, @@ -112,6 +108,7 @@ $mirrors = { 'https://packages.oth-regensburg.de/ctan/' => 1, }, 'Greece' => { + 'http://ftp.ntua.gr/mirror/ctan/' => 1, 'https://ftp.cc.uoc.gr/mirrors/CTAN/' => 1, }, 'Hungary' => { @@ -154,6 +151,9 @@ $mirrors = { 'Sweden' => { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, }, + 'United Kingdom' => { + 'https://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1, + }, }, 'North America' => { 'Canada' => { |