diff options
author | Karl Berry <karl@freefriends.org> | 2022-04-23 23:50:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-04-23 23:50:13 +0000 |
commit | d0ce904282bf50ad444cf1ff7df7edd12a3b5a70 (patch) | |
tree | 9fcad892042b0ed9ce6c4f88f83294674a3e4ea6 /Master/tlpkg/installer | |
parent | d6b93a9535dcc05296a878a5421239a955b62893 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@63118 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index dcb1bb43af9..3aa54a997ec 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -38,6 +38,7 @@ $mirrors = { 'http://ctan.yazd.ac.ir/' => 1, 'https://ctan.asis.ai/' => 1, 'https://ctan.um.ac.ir/' => 1, + 'https://mirror.bardia.tech/ctan/' => 1, }, 'Japan' => { 'http://ring.airnet.ne.jp/archives/text/CTAN/' => 1, @@ -182,6 +183,9 @@ $mirrors = { 'https://mirror.its.dal.ca/ctan/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, + 'Costa Rica' => { + 'https://mirrors.ucr.ac.cr/CTAN/' => 1, + }, 'USA' => { 'http://bay.uchicago.edu/CTAN/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, |