diff options
Diffstat (limited to 'scripts/get-dep-lib.sh')
-rwxr-xr-x | scripts/get-dep-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |