diff options
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 2ca044879ec..0f113c66d9b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -28,6 +28,9 @@ $mirrors = { 'Japan' => { 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, + 'Korea' => { + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1 + }, 'Malaysia' => { 'ftp://mirror.upm.edu.my/ctan/' => 1 }, @@ -39,8 +42,7 @@ $mirrors = { 'http://raffles.nus.edu.sg/mirror/tex-archive/' => 1 }, 'Taiwan' => { - 'http://ctan.cdpa.nsysu.edu.tw/' => 1, - 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 + 'http://ctan.cdpa.nsysu.edu.tw/' => 1 } }, 'Australasia' => { @@ -99,7 +101,6 @@ $mirrors = { 'Russia' => { 'ftp://ftp.vsu.ru/pub/CTAN/' => 1, 'http://ctan.uni-altai.ru/' => 1, - 'http://ctan.usu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1 }, 'Serbia and Montenegro' => { @@ -118,6 +119,12 @@ $mirrors = { 'http://mirror.csclub.uwaterloo.ca/CTAN/' => 1, 'http://mirror.its.dal.ca/ctan/' => 1 }, + 'Costa Rica' => { + 'http://mirrors.ucr.ac.cr/CTAN/' => 1 + }, + 'Mexico' => { + 'http://tezcatl.fciencias.unam.mx/tex-archive/' => 1 + }, 'USA' => { 'http://ctan.mackichan.com/' => 1, 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, |