From e79d30584b54954719e8d39c0cda353de9286bcc Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 6 Dec 2025 22:38:18 +0100 Subject: [PATCH] package/ficl: update SITE Upstream moved the tarball to another folder: https://sourceforge.net/p/ficl/news/2025/07/ficl4-is-retiring/ and also retired the package. This patch just fixes the download problem. CC'ing Francois to ask whether the package should be removed until a new version 3.x is released. Fixes: https://autobuild.buildroot.net/results/125/125fa1c0a3b37b4d09389a49640b90121838c665/ Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard (cherry picked from commit f2b5cdf5a3b84612de3e51b210fd31c5152b057f) Signed-off-by: Thomas Perale --- package/ficl/ficl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ficl/ficl.mk b/package/ficl/ficl.mk index af900fa2cf..c0698a3433 100644 --- a/package/ficl/ficl.mk +++ b/package/ficl/ficl.mk @@ -6,7 +6,7 @@ FICL_VERSION_MAJOR = 4.1 FICL_VERSION = $(FICL_VERSION_MAJOR).0 -FICL_SITE = http://downloads.sourceforge.net/project/ficl/ficl-all/ficl$(FICL_VERSION_MAJOR) +FICL_SITE = https://sourceforge.net/projects/ficl/files/OldFiles/Ficl4%20%28retired%29 FICL_LICENSE = BSD-2-Clause FICL_LICENSE_FILES = ReadMe.txt FICL_INSTALL_STAGING = YES