diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-25 00:54:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-25 00:54:38 +0000 |
commit | 2f47c71c21d99e5d98b2492bd3219623494fd1eb (patch) | |
tree | 397415b74377acb4e1a00f7262678b10a60fdcef /Master/tlpkg | |
parent | ed6b417fc0c8f1cabb0e8e310160703ab3cde8e7 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@54536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index c631a471c6a..e247286680b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -53,6 +53,9 @@ $mirrors = { 'Philippines' => { 'http://mirror.pregi.net/tex-archive/' => 1 }, + 'Singapore' => { + 'https://download.nus.edu.sg/mirror/ctan/' => 1 + }, 'Taiwan' => { 'http://ftp.yzu.edu.tw/CTAN/' => 1 } @@ -94,7 +97,6 @@ $mirrors = { 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, 'http://mirror.informatik.hs-fulda.de/tex-archive/' => 1, - 'http://packages.oth-regensburg.de/ctan/' => 1, 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1, 'https://ctan.kako-dev.de/' => 1, 'https://ctan.mc1.root.project-creative.net/' => 1, @@ -123,7 +125,8 @@ $mirrors = { 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, 'Portugal' => { - 'http://mirrors.up.pt/pub/CTAN/' => 1 + 'http://mirrors.up.pt/pub/CTAN/' => 1, + 'https://ftp.eq.uc.pt/software/TeX/' => 1 }, 'Romania' => { 'http://mirrors.nxthost.com/ctan/' => 1 |