diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-02 23:52:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-02 23:52:31 +0000 |
commit | f207f6dff3d1b54288d64a3190b2de6bd86d0539 (patch) | |
tree | 920dc6870e18ac51c932b16a731426be58a66a07 /Master/tlpkg/installer | |
parent | 08cf3ef7b3a5d0b4bf08672a08bb001d79f30a2a (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@55396 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index d8c785b7802..6d344ae4741 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -19,6 +19,7 @@ $mirrors = { 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'https://mirror.bjtu.edu.cn/CTAN/' => 1, + 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, }, 'Hong Kong' => { 'https://mirror-hk.koddos.net/CTAN/' => 1, @@ -41,7 +42,6 @@ $mirrors = { 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, }, 'Korea' => { - 'http://ftp.harukasan.org/CTAN/' => 1, 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.kakao.com/CTAN/' => 1, @@ -131,6 +131,9 @@ $mirrors = { 'http://mirrors.up.pt/pub/CTAN/' => 1, 'https://ftp.eq.uc.pt/software/TeX/' => 1, }, + 'Romania' => { + 'http://mirrors.nxthost.com/ctan/' => 1, + }, 'Russia' => { 'http://ctan.altspu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1, @@ -178,6 +181,9 @@ $mirrors = { }, }, 'Oceania' => { + 'Australia' => { + 'http://mirror.aarnet.edu.au/pub/CTAN/' => 1, + }, 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1, }, |