diff options
author | Karl Berry <karl@freefriends.org> | 2022-12-04 00:50:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-12-04 00:50:04 +0000 |
commit | 9df4e7d3735969d514f93f30e3dc4633201fda73 (patch) | |
tree | e292b5f4b0488a703360477562a93c7cbac0473a /Master/tlpkg | |
parent | d5beaec83b1ddcdfd5d91d1a8ad1ecbfe0d35849 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@65189 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 121f7124655..4bbb4a58a46 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -34,10 +34,6 @@ $mirrors = { 'http://repo.ugm.ac.id/ctan/' => 1, 'https://mirror.unpad.ac.id/ctan/' => 1, }, - 'Iran' => { - 'https://ctan.asis.sh/' => 1, - 'https://mirror.bardia.tech/ctan/' => 1, - }, 'Japan' => { 'http://ring.airnet.ne.jp/archives/text/CTAN/' => 1, 'https://ftp.jaist.ac.jp/pub/CTAN/' => 1, @@ -49,11 +45,9 @@ $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, }, - 'Singapore' => { - 'https://download.nus.edu.sg/mirror/ctan/' => 1, - }, 'Taiwan' => { 'https://ftp.ntou.edu.tw/ctan/' => 1, }, @@ -160,7 +154,6 @@ $mirrors = { }, 'Sweden' => { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, - 'https://ftpmirror1.infania.net/mirror/CTAN/' => 1, }, 'Switzerland' => { 'https://mirror.foobar.to/CTAN/' => 1, @@ -180,9 +173,6 @@ $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, @@ -192,7 +182,6 @@ $mirrors = { 'https://ctan.mirrors.hoobly.com/' => 1, 'https://mirror.las.iastate.edu/tex-archive/' => 1, 'https://mirror.math.princeton.edu/pub/CTAN/' => 1, - 'https://mirror.mwt.me/ctan/' => 1, 'https://mirror2.sandyriver.net/pub/ctan/' => 1, 'https://mirrors.concertpass.com/tex-archive/' => 1, 'https://mirrors.mit.edu/CTAN/' => 1, |