diff options
author | Karl Berry <karl@freefriends.org> | 2023-07-01 23:46:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-07-01 23:46:49 +0000 |
commit | 405aa21ab0d58c0d00e4fa14a456820c49643520 (patch) | |
tree | b61a5590dd9b4aef269bf8d70e2a42f74d5b3072 /Master/tlpkg/installer | |
parent | 912f46283ef141dfa86cd873c208423d11f325ca (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@67529 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 734f55d88f2..61e98fc5ee8 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -127,6 +127,7 @@ $mirrors = { 'https://ftp.snt.utwente.nl/pub/software/tex/' => 1, 'https://mirror.koddos.net/CTAN/' => 1, 'https://mirror.lyrahosting.com/CTAN/' => 1, + 'https://mirrors.evoluso.com/CTAN/' => 1, }, 'Norway' => { 'https://ctan.uib.no/' => 1, @@ -182,6 +183,9 @@ $mirrors = { 'https://mirror.quantum5.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, |