From: tobtoht Date: Tue, 17 Jun 2025 10:37:48 +0000 (+0200) Subject: depends: libusb: update to 1.0.29 X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=0f356700fc01ca0576b7b029677c8af0e822c295;p=gamesguru%2Ffeather.git depends: libusb: update to 1.0.29 --- diff --git a/contrib/depends/packages/libusb.mk b/contrib/depends/packages/libusb.mk index 2cc55c52..35a72a82 100644 --- a/contrib/depends/packages/libusb.mk +++ b/contrib/depends/packages/libusb.mk @@ -1,9 +1,9 @@ package=libusb -$(package)_version=1.0.28 +$(package)_version=1.0.29 $(package)_download_path=https://github.com/libusb/libusb/archive/refs/tags $(package)_download_file=v$($(package)_version).tar.gz $(package)_file_name=$(package)-$($(package)_version).tar.gz -$(package)_sha256_hash=378b3709a405065f8f9fb9f35e82d666defde4d342c2a1b181a9ac134d23c6fe +$(package)_sha256_hash=7c2dd39c0b2589236e48c93247c986ae272e27570942b4163cb00a060fcf1b74 $(package)_patches=CMakeLists.txt config.h.in define $(package)_preprocess_cmds diff --git a/contrib/depends/patches/libusb/CMakeLists.txt b/contrib/depends/patches/libusb/CMakeLists.txt index 4f9d863e..01e2ae1a 100644 --- a/contrib/depends/patches/libusb/CMakeLists.txt +++ b/contrib/depends/patches/libusb/CMakeLists.txt @@ -1,5 +1,3 @@ -# From https://github.com/libusb/libusb-cmake/tree/main - cmake_minimum_required(VERSION 3.16) get_filename_component(LIBUSB_ROOT "libusb" ABSOLUTE)