texlive_core: add the other source mirrors

The main ftp server doesn't allow too many connections, so it may fail.
This commit is contained in:
Joachim Mairböck
2026-04-02 09:51:31 +02:00
parent 7076d07d8b
commit 3de7d846d9

View File

@@ -10,7 +10,15 @@ REVISION="1"
#fullVersion is for full releases from a tarball once a year
fullVersion=20260301
SOURCE_URI="ftp://tug.org/historic/systems/texlive/$portVersion/texlive-$fullVersion-source.tar.xz"
SOURCE_URI="ftp://tug.org/historic/systems/texlive/$portVersion/texlive-$fullVersion-source.tar.xz
https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/$portVersion/texlive-$fullVersion-source.tar.xz
ftp://ftp.math.utah.edu/pub/tex/historic/systems/texlive/$portVersion/texlive-$fullVersion-source.tar.xz
https://texlive.info/historic/systems/texlive/$portVersion/texlive-$fullVersion-source.tar.xz
https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/$portVersion/texlive-$fullVersion-source.tar.xz
ftp://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/$portVersion/texlive-$fullVersion-source.tar.xz
https://pi.kwarc.info/historic/systems/texlive/$portVersion/texlive-$fullVersion-source.tar.xz
https://mirrors.tuna.tsinghua.edu.cn/tex-historic-archive/systems/texlive/$portVersion/texlive-$fullVersion-source.tar.xz
https://mirror.nju.edu.cn/tex-historic/systems/texlive/$portVersion/texlive-$fullVersion-source.tar.xz"
CHECKSUM_SHA256="cb120d314d3ceb23ac608af17ddd2c623afcf02331f400a0f25eead5b8ac1d70"
SOURCE_DIR="texlive-$fullVersion-source"