summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-17 03:00:34 +0000
committerNorbert Preining <norbert@preining.info>2019-12-17 03:00:34 +0000
commit6cbf49c3ed1a2881b7fccbc67eccb5532d196b74 (patch)
treee10650965a513dcd7cce09c1278cddac7130009b /systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
parent37daa3ac1d4eccb1903a4d5001f50f0612f873e4 (diff)
CTAN sync 201912170300
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index fcc51b426a..2048eb6859 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -1,14 +1,10 @@
$mirrors = {
'Africa' => {
- 'Algeria' => {
- 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1
- },
'Morocco' => {
'https://mirror.marwan.ma/ctan/' => 1
},
'South Africa' => {
'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
}
},
@@ -173,6 +169,9 @@ $mirrors = {
}
},
'Oceania' => {
+ 'Australia' => {
+ 'http://mirror.aarnet.edu.au/pub/CTAN/' => 1
+ },
'New Zealand' => {
'http://mirror.aut.ac.nz/CTAN/' => 1
}