diff options
author | Karl Berry <karl@freefriends.org> | 2024-06-15 23:41:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-06-15 23:41:31 +0000 |
commit | be8251d90234f8ba7919a35aa2ecfae7fd3deca1 (patch) | |
tree | 54625eeba53fd8f40d2e35d30f80de0cf5ebfbe8 /Master/tlpkg | |
parent | 31fca0f0dae7f033bc451372fe105045f785171c (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@71537 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 1974e3cafdf..d3fb8e0e41c 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -9,6 +9,7 @@ $mirrors = { }, 'Asia' => { 'China' => { + 'https://mirror.bjtu.edu.cn/CTAN/' => 1, 'https://mirror.nyist.edu.cn/CTAN/' => 1, 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, @@ -38,6 +39,7 @@ $mirrors = { }, 'Japan' => { 'http://ring.airnet.ne.jp/archives/text/CTAN/' => 1, + 'https://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'https://ftp.kddilabs.jp/CTAN/' => 1, 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, 'https://jp.mirrors.cicku.me/ctan/' => 1, @@ -68,6 +70,10 @@ $mirrors = { 'Belarus' => { 'https://mirror.datacenter.by/pub/mirrors/CTAN/' => 1, }, + 'Bulgaria' => { + 'https://mirrors.neterra.net/CTAN/' => 1, + 'https://mirrors.netix.net/CTAN/' => 1, + }, 'Czech Republic' => { 'http://ftp.cvut.cz/tex-archive/' => 1, 'https://mirrors.nic.cz/tex-archive/' => 1, @@ -133,7 +139,6 @@ $mirrors = { 'Poland' => { 'https://ctan.gust.org.pl/tex-archive/' => 1, 'https://polish-mirror.evolution-host.com/ctan/' => 1, - 'https://sunsite.icm.edu.pl/pub/CTAN/' => 1, }, 'Portugal' => { 'https://ftp.eq.uc.pt/software/TeX/' => 1, |