From afb062611cad40b9a91f32d51de6541c5e4b3ac4 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 18 Nov 2020 19:00:12 +0000 Subject: build-system: use libgit2 1.0.1 if building from source We still only require v0.26 from an API perspective, but it seems backwards to build that version when building from source as we do for macOS or Android. Signed-off-by: Dirk Hohndel --- scripts/get-dep-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/get-dep-lib.sh') diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index ddeeb38f0..fb0b351b8 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -4,7 +4,7 @@ # set version of 3rd party libraries CURRENT_LIBZ="v1.2.11" CURRENT_LIBZIP="rel-1-5-1" -CURRENT_LIBGIT2="v0.26.0" +CURRENT_LIBGIT2="v1.0.1" CURRENT_LIBCURL="curl-7_54_1" CURRENT_LIBUSB="v1.0.21" CURRENT_OPENSSL="OpenSSL_1_1_0h" -- cgit v1.2.3-70-g09d2