diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-12-18 16:24:18 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-18 11:29:17 -0800 |
commit | 9d844801b9da94bcec7653acd5b5de8167da4134 (patch) | |
tree | cc7cdd27fcecb6710836c8a803b1b0e893b0f948 | |
parent | 0f3bda4c4490f9fd836090747112f3b00912ae0a (diff) | |
download | subsurface-9d844801b9da94bcec7653acd5b5de8167da4134.tar.gz |
Update download URL for libzip
Signed-off-by: Robert C. Helling <helling@atdotde.de>
-rwxr-xr-x | scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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} |