]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
depends: libusb: update to 1.0.29
authortobtoht <tob@featherwallet.org>
Tue, 17 Jun 2025 10:37:48 +0000 (12:37 +0200)
committertobtoht <tob@featherwallet.org>
Tue, 17 Jun 2025 10:39:28 +0000 (12:39 +0200)
contrib/depends/packages/libusb.mk
contrib/depends/patches/libusb/CMakeLists.txt

index 2cc55c52971a135c00e842accab2e15b7a54b218..35a72a82d4a6f2d2bd0a5992e39440457ba57a8d 100644 (file)
@@ -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
index 4f9d863ea31d818408038d8959d087c7c05120c5..01e2ae1ad5c585b8313332429882732f9640e518 100644 (file)
@@ -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)