summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/ctan-mirrors.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl17
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index bd4a911fd87..3921992c023 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -1,7 +1,6 @@
$mirrors = {
'Africa' => {
'South Africa' => {
- 'http://ctan.mirror.ac.za/' => 1,
'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1
}
},
@@ -17,7 +16,8 @@ $mirrors = {
'ftp://ftp.comp.hkbu.edu.hk/pub/TeX/CTAN/' => 1
},
'India' => {
- 'http://ctan.imsc.res.in/' => 1
+ 'http://ctan.imsc.res.in/' => 1,
+ 'http://in.httpd.co/mirrors/ctan/' => 1
},
'Indonesia' => {
'http://kambing.ui.ac.id/ctan/' => 1
@@ -32,7 +32,6 @@ $mirrors = {
'Japan' => {
'ftp://ftp.kddilabs.jp/CTAN/' => 1,
'ftp://ftp.riken.go.jp/pub/tex-archive/' => 1,
- 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1,
'http://ftp.jaist.ac.jp/pub/CTAN/' => 1
},
'Korea' => {
@@ -47,10 +46,9 @@ $mirrors = {
'http://download.nus.edu.sg/mirror/CTAN/' => 1
},
'Taiwan' => {
- 'http://ctan.cdpa.nsysu.edu.tw/' => 1
- },
- 'Thailand' => {
- 'http://ctan.megagod.net/tex-archive/' => 1
+ 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1,
+ 'http://ctan.cdpa.nsysu.edu.tw/' => 1,
+ 'http://shadow.ind.ntou.edu.tw/ctan/' => 1
}
},
'Australasia' => {
@@ -58,7 +56,7 @@ $mirrors = {
'http://ctan.unsw.edu.au/' => 1
},
'New Zealand' => {
- 'http://elena.aut.ac.nz/ctan/' => 1
+ 'http://mirror.aut.ac.nz/CTAN/' => 1
}
},
'Europe' => {
@@ -123,6 +121,9 @@ $mirrors = {
'http://mirror.macomnet.net/pub/CTAN/' => 1,
'http://mirrors.nlab.su/ctan/' => 1
},
+ 'Slovenia' => {
+ 'http://ctan.ijs.si/tex-archive/' => 1
+ },
'Spain' => {
'http://osl.ugr.es/CTAN/' => 1
},