From 68707d80744bbbf4ae4ad4336b7fd16611e3fb52 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Fri, 29 Aug 2025 08:36:05 -0500 Subject: [PATCH] download gnu utilities from generic URLs to get automatic mirror selection - this ensures the mirror is nearby and up to date - will also help avoid persistent problems with accessing a specific mirror/site from certain locations --- workshop.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workshop.json b/workshop.json index 9a7cc16..96ee261 100644 --- a/workshop.json +++ b/workshop.json @@ -34,7 +34,7 @@ "name": "bison_src", "type": "source", "source_info": { - "url": "https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz", + "url": "https://ftpmirror.gnu.org/gnu/bison/bison-3.8.2.tar.xz", "filename": "bison.tar.xz", "commands": { "unpack": "tar -xf bison.tar.xz", @@ -52,7 +52,7 @@ "name": "gettext_src", "type": "source", "source_info": { - "url": "https://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.4.tar.xz", + "url": "https://ftpmirror.gnu.org/gnu/gettext/gettext-0.22.4.tar.xz", "filename": "gettext.tar.xz", "commands": { "unpack": "tar -xf gettext.tar.xz",