summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/ctan-mirrors.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-18 23:53:42 +0000
committerKarl Berry <karl@freefriends.org>2020-09-18 23:53:42 +0000
commit8c0152fb7c1d8d1e211a45b3f9b320f5067cabd8 (patch)
tree692c3068c64b0dee359b6fa0a750612ba0b48f78 /Master/tlpkg/installer/ctan-mirrors.pl
parent2e6f67d89e7bb7caedeabeb00b866c1e6250f76c (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@56378 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl11
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 049b9e5d950..8ddf422522e 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -8,7 +8,6 @@ $mirrors = {
},
'South Africa' => {
'http://ftp.sun.ac.za/ftp/CTAN/' => 1,
- 'http://mirror.ufs.ac.za/ctan/' => 1,
'https://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1,
},
},
@@ -16,6 +15,7 @@ $mirrors = {
'China' => {
'https://mirror.bjtu.edu.cn/CTAN/' => 1,
'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,
@@ -52,6 +52,9 @@ $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,
},
@@ -153,6 +156,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' => {
@@ -178,6 +184,9 @@ $mirrors = {
},
},
'Oceania' => {
+ 'Australia' => {
+ 'https://mirror.aarnet.edu.au/pub/CTAN/' => 1,
+ },
'New Zealand' => {
'http://mirror.aut.ac.nz/CTAN/' => 1,
},