diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-22 02:12:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-22 02:12:35 +0000 |
commit | f5738dba24ffcaf94ddbac8a9b77f894c2c88069 (patch) | |
tree | cdfee4c613ec0111e811a0956d7d1a85fe7a01a1 /Master/tlpkg/installer | |
parent | f9bfe754e2fc37acd44e4829da2d47175501fb71 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53494 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index c0310217611..b909309c450 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,5 +1,8 @@ $mirrors = { 'Africa' => { + 'Algeria' => { + 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 + }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1 }, @@ -15,8 +18,7 @@ $mirrors = { 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.hit.edu.cn/CTAN/' => 1, 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, - 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, - 'http://mirrors.ustc.edu.cn/CTAN/' => 1 + 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1 }, 'Hong Kong' => { 'https://mirror-hk.koddos.net/CTAN/' => 1 @@ -162,7 +164,6 @@ $mirrors = { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 }, 'USA' => { - 'http://ctan.math.illinois.edu/' => 1, 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, 'http://mirror.las.iastate.edu/tex-archive/' => 1, |