From baf5a7579c9e7cd218e3e48c86c40e8f2631215d Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 10 Nov 2024 17:16:24 +0100 Subject: [PATCH] Workaround GLIB_URL Signed-off-by: falkTX --- setup/versions.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup/versions.sh b/setup/versions.sh index 8a27f89..9b852a5 100644 --- a/setup/versions.sh +++ b/setup/versions.sh @@ -85,7 +85,10 @@ else fi LIBFFI_URL=https://github.com/libffi/libffi/releases/download/v${LIBFFI_VERSION} -GLIB_URL=https://download.gnome.org/sources/glib/${GLIB_MVERSION} + +# FIXME wrong downloads? +# GLIB_URL=https://download.gnome.org/sources/glib/${GLIB_MVERSION} +GLIB_URL=${KXSTUDIO_FILES_URL} LIBLO_VERSION=0.32 LIBLO_URL=http://download.sourceforge.net/liblo