diff options
author | Karl Berry <karl@freefriends.org> | 2022-08-02 23:49:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-08-02 23:49:28 +0000 |
commit | 6ad2a6b11efe9c848a1469923f84f050b27137bb (patch) | |
tree | 4471ea5b9986e09d188b4d74e2bb8ebf609e8cc0 /Master/tlpkg/installer/ctan-mirrors.pl | |
parent | 4786275379db69f5f1690824be43e28c68f64016 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@64036 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index adb1eeed222..b23aaefccc4 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -51,11 +51,18 @@ $mirrors = { 'https://ftp.harukasan.org/CTAN/' => 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' => { 'http://mirror.rise.ph/ctan/' => 1, }, + 'Singapore' => { + 'https://download.nus.edu.sg/mirror/ctan/' => 1, + }, + 'Taiwan' => { + 'https://ftp.ntou.edu.tw/ctan/' => 1, + }, 'Thailand' => { 'https://mirror.kku.ac.th/CTAN/' => 1, }, @@ -115,9 +122,6 @@ $mirrors = { 'http://ftp.ntua.gr/mirror/ctan/' => 1, 'https://ftp.cc.uoc.gr/mirrors/CTAN/' => 1, }, - 'Hungary' => { - 'https://mirror.szerverem.hu/ctan/' => 1, - }, 'Italy' => { 'https://ctan.mirror.garr.it/mirrors/ctan/' => 1, }, |