summaryrefslogtreecommitdiffstats
path: root/scripts/get-dep-lib.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-04 12:20:47 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-04 12:23:47 -0700
commit8df6789a9d4284c360146c53d24e56d442006237 (patch)
tree01839dd32c0758e836ee3f53b1d22ad24a6dea8b /scripts/get-dep-lib.sh
parenta65a8267a53b72e472128f7758cbe69f3113da6e (diff)
downloadsubsurface-8df6789a9d4284c360146c53d24e56d442006237.tar.gz
build-system: update libzip to 1.5.1
This also switches us to libzip's new official home on GitHub, and takes into account that libzip no longer supports autotools and instead now is cmake based. Building against that, on my Mac build system, Subsurface once again correctly opens DLD files downloaded from divelogs.de. Fixes #1534 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/get-dep-lib.sh')
-rwxr-xr-xscripts/get-dep-lib.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh
index a0db86896..5bd3f2494 100755
--- a/scripts/get-dep-lib.sh
+++ b/scripts/get-dep-lib.sh
@@ -2,7 +2,7 @@
#
# set version of 3rd party libraries
-CURRENT_LIBZIP="1.2.0"
+CURRENT_LIBZIP="rel-1-5-1"
CURRENT_LIBGIT2="v0.26.0"
CURRENT_HIDAPI="hidapi-0.7.0"
CURRENT_LIBCURL="curl-7_54_1"
@@ -176,7 +176,7 @@ for package in "${PACKAGES[@]}" ; do
git_checkout_library openssl $CURRENT_OPENSSL https://github.com/openssl/openssl.git
;;
libzip)
- curl_download_library libzip https://subsurface-divelog.org/downloads/ libzip-${CURRENT_LIBZIP}.tar.xz
+ git_checkout_library libzip $CURRENT_LIBZIP https://github.com/nih-at/libzip.git
;;
libftdi1)
curl_download_library libftdi1 https://www.intra2net.com/en/developer/libftdi/download/ libftdi1-${CURRENT_LIBFTDI}.tar.bz2