diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-06 23:53:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-06 23:53:43 +0000 |
commit | 503d02cff27401e462aae30e664d19bc2b98058a (patch) | |
tree | be46165602603bc907297fc307155339964f0593 /Master/tlpkg/installer | |
parent | 93dcb923e7cc894ecd3dc1a4fed24a1ea42d5f4a (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@56280 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 31fe78a93fb..07bc180bfe8 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -40,21 +40,19 @@ $mirrors = { 'https://ctan.um.ac.ir/' => 1, }, 'Japan' => { + 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'https://ftp.kddilabs.jp/CTAN/' => 1, + 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, - 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.kakao.com/CTAN/' => 1, 'https://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, - 'Philippines' => { - 'https://mirror.pregi.net/tex-archive/' => 1, - }, 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1, }, @@ -161,6 +159,7 @@ $mirrors = { 'North America' => { 'Canada' => { 'http://ctan.mirror.colo-serv.net/' => 1, + 'http://ctan.mirror.globo.tech/' => 1, 'http://ctan.mirror.rafal.ca/' => 1, 'https://ctan.math.ca/tex-archive/' => 1, 'https://mirror.its.dal.ca/ctan/' => 1, |