diff options
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index a0760c91304..5c5be1d6bc2 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -47,8 +47,7 @@ $mirrors = { 'http://download.nus.edu.sg/mirror/CTAN/' => 1 }, 'Taiwan' => { - 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, - 'http://ctan.cdpa.nsysu.edu.tw/' => 1, + 'http://ftp.yzu.edu.tw/CTAN/' => 1, 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 }, 'Thailand' => { @@ -73,6 +72,9 @@ $mirrors = { 'Czech Republic' => { 'http://ftp.cvut.cz/tex-archive/' => 1 }, + 'Denmark' => { + 'http://mirrors.dotsrc.org/ctan/' => 1 + }, 'Finland' => { 'ftp://ftp.funet.fi/pub/TeX/CTAN/' => 1 }, @@ -125,9 +127,6 @@ $mirrors = { 'Slovenia' => { 'http://ctan.ijs.si/tex-archive/' => 1 }, - 'Spain' => { - 'http://osl.ugr.es/CTAN/' => 1 - }, 'Switzerland' => { 'http://mirror.switch.ch/ftp/mirror/tex/' => 1 }, @@ -160,6 +159,7 @@ $mirrors = { 'http://mirror.math.ku.edu/tex-archive/' => 1, 'http://mirror.unl.edu/ctan/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, + 'http://mirrors.concertpass.com/tex-archive/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1 } |