diff options
author | Karl Berry <karl@freefriends.org> | 2022-12-15 00:49:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-12-15 00:49:32 +0000 |
commit | e6632027a9fe1ee07fa80da2ff684bfbe6726d74 (patch) | |
tree | 0e2c6bf67bb219019bddeab301b4171489f6f6a0 /Master/tlpkg | |
parent | 1ed285451a359d8518997e012fe36df057ca416b (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@65274 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 78221a6255c..719f879cf7d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -49,6 +49,7 @@ $mirrors = { 'https://cran.asia/tex/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'https://lab.uklee.pe.kr/tex-archive/' => 1, + 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, }, 'Philippines' => { @@ -73,6 +74,7 @@ $mirrors = { 'https://mirror.datacenter.by/pub/mirrors/CTAN/' => 1, }, 'Czech Republic' => { + 'http://ftp.cvut.cz/tex-archive/' => 1, 'https://mirrors.nic.cz/tex-archive/' => 1, }, 'Denmark' => { @@ -205,9 +207,6 @@ $mirrors = { }, }, 'South America' => { - 'Brazil' => { - 'https://linorg.usp.br/CTAN/' => 1, - }, 'Chile' => { 'https://ctan.dcc.uchile.cl/' => 1, }, |