From ba0e2d021702ae470b0431f2c9a8795e49a1def7 Mon Sep 17 00:00:00 2001 From: Itms Date: Sun, 22 Dec 2024 11:19:05 +0100 Subject: [PATCH] Self-host gloox tarball Upstream seems less and less reliable, with the bug tracker inaccessible and the website now entirely down. --- libraries/build-macos-libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/build-macos-libs.sh b/libraries/build-macos-libs.sh index 534d5ef770..68b7e3e1b8 100755 --- a/libraries/build-macos-libs.sh +++ b/libraries/build-macos-libs.sh @@ -868,7 +868,7 @@ echo "Building gloox..." LIB_VERSION="${GLOOX_VERSION}" LIB_ARCHIVE="$LIB_VERSION.tar.bz2" LIB_DIRECTORY="$LIB_VERSION" - LIB_URL="http://camaya.net/download/" + LIB_URL="https://releases.wildfiregames.com/libs/" mkdir -p gloox cd gloox