diff options
author | Karl Berry <karl@freefriends.org> | 2022-08-31 23:52:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-08-31 23:52:28 +0000 |
commit | 4cb3016b0f8aa860bd65af15c7bdb1f9f356d125 (patch) | |
tree | d26297f88447c955ab6f2cd17032e9c447799046 /Master/tlpkg | |
parent | 3a141aeee08b1f8df3419cf0c1a1f52c1dd0569e (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@64254 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index ab3fe40aad2..fa890b37a94 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -30,7 +30,6 @@ $mirrors = { 'http://ctan.imsc.res.in/' => 1, }, 'Indonesia' => { - 'http://repo.ugm.ac.id/ctan/' => 1, 'https://mirror.unpad.ac.id/ctan/' => 1, }, 'Iran' => { @@ -50,9 +49,11 @@ $mirrors = { 'https://cran.asia/tex/' => 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, }, @@ -143,6 +144,7 @@ $mirrors = { 'https://mirrors.nxthost.com/ctan/' => 1, }, '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, |