summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-12-05 00:54:11 +0000
committerKarl Berry <karl@freefriends.org>2020-12-05 00:54:11 +0000
commiteee3e79c81751045c94c39da0a5c8c24d982face (patch)
treef5d2f060118d32ced50fbeb2a9a05bb272bcdd32 /Master/tlpkg/installer
parenta8301fe07e55f5cd6539c64bb221c26837664dc6 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@57070 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl7
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 5e6113e868a..8cbc00de271 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -20,7 +20,6 @@ $mirrors = {
'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,
'https://mirrors.ustc.edu.cn/CTAN/' => 1,
},
@@ -159,6 +158,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' => {
@@ -184,6 +186,9 @@ $mirrors = {
},
},
'Oceania' => {
+ 'Australia' => {
+ 'https://mirror.aarnet.edu.au/pub/CTAN/' => 1,
+ },
'New Zealand' => {
'http://mirror.aut.ac.nz/CTAN/' => 1,
},