diff options
author | Karl Berry <karl@freefriends.org> | 2021-07-05 23:48:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-07-05 23:48:48 +0000 |
commit | f53069cbb964142dca04bc3aec95b6ad4b02cfe0 (patch) | |
tree | a63fa49a9fb477eb29f74ddc5ce42020657596ba /Master/tlpkg | |
parent | 1b14ee5c5757a06c0d318d1a9c78c78e6840ddb7 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@59853 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 811f5c48dce..e30da0ce5ee 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -16,6 +16,7 @@ $mirrors = { 'China' => { 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, + 'https://mirrors.nju.edu.cn/CTAN/' => 1, 'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, 'https://mirrors.sustech.edu.cn/CTAN/' => 1, 'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, @@ -27,6 +28,9 @@ $mirrors = { 'India' => { 'http://ctan.imsc.res.in/' => 1, }, + 'Indonesia' => { + 'https://mirror.unpad.ac.id/ctan/' => 1, + }, 'Iran' => { 'http://ctan.yazd.ac.ir/' => 1, 'https://ctan.asis.ai/' => 1, @@ -148,6 +152,9 @@ $mirrors = { 'Serbia' => { 'http://ctan.mirror.ftn.uns.ac.rs/' => 1, }, + 'Slovenia' => { + 'https://ctan.ijs.si/tex-archive/' => 1, + }, 'Spain' => { 'https://ctan.javinator9889.com/' => 1, 'https://osl.ugr.es/CTAN/' => 1, @@ -169,7 +176,6 @@ $mirrors = { 'https://ctan.mirror.colo-serv.net/' => 1, 'https://ctan.mirror.globo.tech/' => 1, 'https://ctan.mirror.rafal.ca/' => 1, - 'https://mirror.0xem.ma/tex-archive/' => 1, 'https://mirror.its.dal.ca/ctan/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, @@ -177,7 +183,6 @@ $mirrors = { 'https://mirrors.ucr.ac.cr/CTAN/' => 1, }, 'USA' => { - 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'https://ctan.math.illinois.edu/' => 1, 'https://ctan.math.utah.edu/ctan/tex-archive/' => 1, 'https://ctan.math.washington.edu/tex-archive/' => 1, |