diff options
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index c4dbd0b4f24..2624de2e42d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -40,6 +40,9 @@ $mirrors = { 'Philippines' => { 'http://mirror.pregi.net/tex-archive/' => 1 }, + 'Singapore' => { + 'http://download.nus.edu.sg/mirror/ctan/' => 1 + }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 @@ -86,7 +89,6 @@ $mirrors = { 'http://ctan.127001.ovh/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, - 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://mirror.unicorncloud.org/CTAN/' => 1, 'http://par-epistemen-taksis.de/tex-archive/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 @@ -121,6 +123,9 @@ $mirrors = { 'Slovenia' => { 'http://ctan.ijs.si/tex-archive/' => 1 }, + 'Spain' => { + 'http://osl.ugr.es/CTAN/' => 1 + }, 'Sweden' => { 'http://ftp.acc.umu.se/mirror/CTAN/' => 1 }, |