diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-23 00:54:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-23 00:54:24 +0000 |
commit | ed8f882a120c30e2a30404a11c85bec9f8275435 (patch) | |
tree | 46dba17baedbc333dec3f9023d7bb5ceed10386e /Master/tlpkg | |
parent | f62b56ead098ffdcb6a498f712b0485c0b30b830 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53497 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index b909309c450..d6e70c79afd 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -18,7 +18,8 @@ $mirrors = { 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.hit.edu.cn/CTAN/' => 1, 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, - 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1 + 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, + 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'Hong Kong' => { 'https://mirror-hk.koddos.net/CTAN/' => 1 @@ -79,7 +80,6 @@ $mirrors = { 'http://ctan.mines-albi.fr/' => 1, 'http://ctan.tetaneutral.net/' => 1, 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, - 'http://mirror.ibcp.fr/pub/CTAN/' => 1, 'http://mirrors.ircam.fr/pub/CTAN/' => 1, 'http://mirrors.standaloneinstaller.com/ctan/' => 1, 'https://ctan.mc1.root.project-creative.net/' => 1, @@ -164,6 +164,7 @@ $mirrors = { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 }, 'USA' => { + 'http://ctan.math.illinois.edu/' => 1, 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, 'http://mirror.las.iastate.edu/tex-archive/' => 1, |