diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-31 00:53:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-31 00:53:57 +0000 |
commit | 4da366e0e92b5fe54cbaaecf8698f50349420f3a (patch) | |
tree | e5caa753735fea5561197c468e39ee45a06cf0af /Master/tlpkg/installer | |
parent | eee60f90b85dc02617771edcd44dc473ab6f1741 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@56818 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-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 45a0594c699..f39e94ecd36 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -14,6 +14,7 @@ $mirrors = { }, 'Asia' => { 'China' => { + '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, @@ -47,7 +48,6 @@ $mirrors = { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.kakao.com/CTAN/' => 1, - 'https://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, @@ -126,7 +126,8 @@ $mirrors = { 'https://ctan.uib.no/' => 1, }, 'Poland' => { - 'ftp://ftp.gust.org.pl/TeX/' => 1, + 'https://ftp.gust.org.pl/TeX/' => 1, + 'https://sunsite.icm.edu.pl/pub/CTAN/' => 1, }, 'Portugal' => { 'https://ftp.eq.uc.pt/software/TeX/' => 1, |