From 9d844801b9da94bcec7653acd5b5de8167da4134 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Mon, 18 Dec 2017 16:24:18 +0100 Subject: [PATCH] Update download URL for libzip Signed-off-by: Robert C. Helling --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 9388e7f5b..4cd28b8f2 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -200,7 +200,7 @@ if [[ $PLATFORM = Darwin || "$LIBGIT" < "24" ]] ; then if [ "$BUILD_DEPS" == "1" ] ; then if [ ! -d libzip-${CURRENT_LIBZIP} ] ; then - curl -O https://nih.at/libzip/libzip-${CURRENT_LIBZIP}.tar.gz + curl -O https://libzip.org/download/libzip-${CURRENT_LIBZIP}.tar.gz tar xzf libzip-${CURRENT_LIBZIP}.tar.gz fi cd libzip-${CURRENT_LIBZIP}