diff options
author | Karl Berry <karl@freefriends.org> | 2024-12-26 00:40:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-12-26 00:40:22 +0000 |
commit | 62f742dab0c1d5bedbb8c09c17d0013539bfa7bf (patch) | |
tree | d07e167cb1c7edd517f19be86c1645321295a49a /Master/tlpkg | |
parent | f833c6228b7f4455b6e1a45609a7d4c7d7e6c390 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@73210 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 613f678a336..3b69a9a5ac4 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -12,6 +12,7 @@ $mirrors = { 'China' => { 'https://mirror.nyist.edu.cn/CTAN/' => 1, 'https://mirrors.aliyun.com/CTAN/' => 1, + 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.cloud.tencent.com/CTAN/' => 1, 'https://mirrors.cqu.edu.cn/CTAN/' => 1, 'https://mirrors.hust.edu.cn/CTAN/' => 1, @@ -20,6 +21,7 @@ $mirrors = { 'https://mirrors.pku.edu.cn/ctan/' => 1, 'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, 'https://mirrors.sustech.edu.cn/CTAN/' => 1, + 'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'https://mirrors.ustc.edu.cn/CTAN/' => 1, }, 'Hong Kong' => { @@ -180,9 +182,6 @@ $mirrors = { 'https://mirror.quantum5.ca/CTAN/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, - 'Costa Rica' => { - 'https://mirrors.ucr.ac.cr/CTAN/' => 1, - }, 'USA' => { 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'https://ctan.math.illinois.edu/' => 1, |