From 79b2860ea10393577d29c7c83c9fe42c2636936c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 9 Feb 2022 15:08:55 -0800 Subject: [PATCH] build-system: update libusb version If we are building our own version of libusb, let's build a current one (because current libmtp relies on that). Signed-off-by: Dirk Hohndel --- scripts/get-dep-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index 420815a94..d7ddf6f58 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -6,7 +6,7 @@ CURRENT_LIBZ="v1.2.11" CURRENT_LIBZIP="rel-1-5-1" CURRENT_LIBGIT2="v1.0.1" CURRENT_LIBCURL="curl-7_54_1" -CURRENT_LIBUSB="v1.0.21" +CURRENT_LIBUSB="v1.0.25" CURRENT_OPENSSL="OpenSSL_1_1_1h" CURRENT_LIBSSH2="libssh2-1.8.0" CURRENT_XSLT="v1.1.34"