mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update download URL for libzip
Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
0f3bda4c44
commit
9d844801b9
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ if [[ $PLATFORM = Darwin || "$LIBGIT" < "24" ]] ; then
|
||||||
|
|
||||||
if [ "$BUILD_DEPS" == "1" ] ; then
|
if [ "$BUILD_DEPS" == "1" ] ; then
|
||||||
if [ ! -d libzip-${CURRENT_LIBZIP} ] ; 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
|
tar xzf libzip-${CURRENT_LIBZIP}.tar.gz
|
||||||
fi
|
fi
|
||||||
cd libzip-${CURRENT_LIBZIP}
|
cd libzip-${CURRENT_LIBZIP}
|
||||||
|
|
Loading…
Add table
Reference in a new issue