diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-10 01:23:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-10 01:23:42 +0000 |
commit | 15c264120b8e88a6256f03d5bac082edcb619417 (patch) | |
tree | 302f51226b989f79a71f36ab30617873c044f938 | |
parent | 3b2cdb8aa3cc2d48949f9686eb974de7aeed0e69 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49989 c570f23f-e606-0410-a88d-b1316a301751
-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 d67a3384150..e1f065c0e87 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -5,7 +5,6 @@ $mirrors = { }, 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, - 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1 } @@ -50,6 +49,9 @@ $mirrors = { 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 + }, + 'Thailand' => { + 'http://mirror.kku.ac.th/CTAN/' => 1 } }, 'Europe' => { @@ -92,9 +94,6 @@ $mirrors = { 'Greece' => { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 }, - 'Italy' => { - 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 - }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, 'http://ctan.triasinformatica.nl/' => 1, |