From 15384cc1353f434315ab5244bb59f99d937d810f Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 18 Jan 2023 19:21:13 +0100 Subject: depends: bump hidapi/libusb fixes Trezor connectivity issues on Windows 10/11 Co-authored-by: selsta --- contrib/depends/packages/libusb.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/depends/packages/libusb.mk') diff --git a/contrib/depends/packages/libusb.mk b/contrib/depends/packages/libusb.mk index 348c410a7..c1d9fe6a9 100644 --- a/contrib/depends/packages/libusb.mk +++ b/contrib/depends/packages/libusb.mk @@ -1,8 +1,8 @@ package=libusb -$(package)_version=1.0.22 -$(package)_download_path=https://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-$($(package)_version)/ +$(package)_version=1.0.26 +$(package)_download_path=https://github.com/libusb/libusb/releases/download/v$($(package)_version) $(package)_file_name=$(package)-$($(package)_version).tar.bz2 -$(package)_sha256_hash=75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157 +$(package)_sha256_hash=12ce7a61fc9854d1d2a1ffe095f7b5fac19ddba095c259e6067a46500381b5a5 define $(package)_preprocess_cmds autoreconf -i -- cgit v1.2.3