From 3de7d846d9d19958ae7366ad998deffb0364e7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= Date: Thu, 2 Apr 2026 09:51:31 +0200 Subject: [PATCH] texlive_core: add the other source mirrors The main ftp server doesn't allow too many connections, so it may fail. --- app-text/texlive_core/texlive_core-2026.recipe | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app-text/texlive_core/texlive_core-2026.recipe b/app-text/texlive_core/texlive_core-2026.recipe index 1e5a5cd2c..83992ca1f 100644 --- a/app-text/texlive_core/texlive_core-2026.recipe +++ b/app-text/texlive_core/texlive_core-2026.recipe @@ -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"