mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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 [ ! -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}
|
||||
|
|
Loading…
Reference in a new issue