summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-08-17 23:53:14 +0000
committerKarl Berry <karl@freefriends.org>2019-08-17 23:53:14 +0000
commit43c09a4c52d6e43d6a9ec378c8c14d6f91e37693 (patch)
treec575f87806475e9f294d1d4bf5e3a14ca14ef741 /Master/tlpkg
parent6ec97fc480e918f3febf635a0b2fce5b1833546d (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51897 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index f82f1642176..0ea9ad03797 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -1,8 +1,5 @@
$mirrors = {
'Africa' => {
- 'Algeria' => {
- 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1
- },
'South Africa' => {
'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1,
'http://ftp.sun.ac.za/ftp/CTAN/' => 1,
@@ -19,7 +16,8 @@ $mirrors = {
'http://mirrors.ustc.edu.cn/CTAN/' => 1
},
'India' => {
- 'http://ctan.imsc.res.in/' => 1
+ 'http://ctan.imsc.res.in/' => 1,
+ 'http://mirror.iopb.res.in/tex-archive/' => 1
},
'Iran' => {
'http://ctan.asis.ai/' => 1,
@@ -152,6 +150,7 @@ $mirrors = {
'http://mirror.las.iastate.edu/tex-archive/' => 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
}
},