diff options
author | Karl Berry <karl@freefriends.org> | 2021-09-24 23:49:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-09-24 23:49:04 +0000 |
commit | 88d7fe04eafc37e36bc8b721d976a426562d1ea3 (patch) | |
tree | 3e61b8621d7e1d82fe40d692cc7e85a4fb7054a6 /Master/tlpkg | |
parent | 432c3defdaad5da029b35a58ce40a29c472259d6 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@60604 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 2bff7431c24..fe9ab84987e 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -17,6 +17,7 @@ $mirrors = { '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.dgut.edu.cn/CTAN/' => 1, 'https://mirrors.hit.edu.cn/CTAN/' => 1, 'https://mirrors.nju.edu.cn/CTAN/' => 1, @@ -49,7 +50,6 @@ $mirrors = { 'https://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, - 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, @@ -184,6 +184,7 @@ $mirrors = { 'https://mirrors.ucr.ac.cr/CTAN/' => 1, }, 'USA' => { + 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'https://ctan.math.illinois.edu/' => 1, 'https://ctan.math.utah.edu/ctan/tex-archive/' => 1, 'https://ctan.math.washington.edu/tex-archive/' => 1, |