diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-15 00:53:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-15 00:53:51 +0000 |
commit | cedf923f06a9abb37d2755491cb6e43fbe741210 (patch) | |
tree | 1cef643a0a8a608f43fbbb3dbf054c1bf9a18fbe /Master/tlpkg | |
parent | 1e6ad938049302fd89fb0ddf62cab762ee169ee3 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52798 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 86e1df98c91..0726c14e624 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -15,6 +15,7 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, + 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.hit.edu.cn/CTAN/' => 1, 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, @@ -83,6 +84,7 @@ $mirrors = { '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, 'https://ctan.mc2.root.project-creative.net/' => 1, 'https://mirrors.chevalier.io/CTAN/' => 1 }, @@ -111,6 +113,7 @@ $mirrors = { }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, + 'http://ctan.triasinformatica.nl/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1, 'http://mirror.koddos.net/CTAN/' => 1 }, |