summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-23 23:50:25 +0000
committerKarl Berry <karl@freefriends.org>2022-06-23 23:50:25 +0000
commit49eb2d79fccd3635979501f993bd2baeb13c731b (patch)
tree2b617b933ca16d9090f36a98a8e58498435159f3 /Master/tlpkg/installer
parentff59e98818d6ff03e7b87d9d5e71645444a58f15 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@63710 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 55b23deaa06..ea7098b4831 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -48,7 +48,7 @@ $mirrors = {
},
'Korea' => {
'http://ftp.ktug.org/tex-archive/' => 1,
- 'https://ftp.harukasan.org/CTAN/' => 1,
+ 'https://cran.asia/tex/' => 1,
'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1,
'https://lab.uklee.pe.kr/tex-archive/' => 1,
'https://mirror.navercorp.com/CTAN/' => 1,
@@ -151,6 +151,7 @@ $mirrors = {
'Russia' => {
'https://ctan.altspu.ru/' => 1,
'https://mirror.macomnet.net/pub/CTAN/' => 1,
+ 'https://mirror.truenetwork.ru/CTAN/' => 1,
'https://mirrors.mi-ras.ru/CTAN/' => 1,
},
'Slovenia' => {
@@ -213,5 +214,8 @@ $mirrors = {
'Brazil' => {
'https://linorg.usp.br/CTAN/' => 1,
},
+ 'Chile' => {
+ 'https://ctan.dcc.uchile.cl/' => 1,
+ },
},
};