diff options
author | Karl Berry <karl@freefriends.org> | 2020-08-10 23:53:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-08-10 23:53:32 +0000 |
commit | eea2fcc794643c78e9bbad80936fc0e6be16be62 (patch) | |
tree | 137714acf45efb439294ffa40514602f5041e358 /Master/tlpkg/installer | |
parent | c94a036d868047dbe4c2cc7fdf4403405bba3ec2 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@56091 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index df2f88e8ae8..9209c02ed5a 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, - }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1, }, @@ -54,6 +51,9 @@ $mirrors = { 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, + 'Philippines' => { + 'https://mirror.pregi.net/tex-archive/' => 1, + }, 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1, }, @@ -63,9 +63,6 @@ $mirrors = { 'https://mirror.easyname.at/ctan/' => 1, 'https://mirror.kumi.systems/ctan/' => 1, }, - 'Belarus' => { - 'https://mirror.datacenter.by/pub/mirrors/CTAN/' => 1, - }, 'Czech Republic' => { 'http://ftp.cvut.cz/tex-archive/' => 1, 'https://mirrors.nic.cz/tex-archive/' => 1, @@ -114,6 +111,9 @@ $mirrors = { 'Hungary' => { 'https://mirror.szerverem.hu/ctan/' => 1, }, + 'Italy' => { + 'https://ctan.mirror.garr.it/mirrors/ctan/' => 1, + }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, 'https://ftp.snt.utwente.nl/pub/software/tex/' => 1, |