Update download URL for libzip

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2017-12-18 16:24:18 +01:00 committed by Dirk Hohndel
parent 0f3bda4c44
commit 9d844801b9

View file

@ -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}