From: tobtoht Date: Tue, 17 Jun 2025 10:10:10 +0000 (+0200) Subject: depends: hidapi: update to 0.15.0 X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=09637497aa08068f055931ae49f0dae9ab0c2a35;p=gamesguru%2Ffeather.git depends: hidapi: update to 0.15.0 --- diff --git a/contrib/depends/packages/hidapi.mk b/contrib/depends/packages/hidapi.mk index f10954a3..f0399d8e 100644 --- a/contrib/depends/packages/hidapi.mk +++ b/contrib/depends/packages/hidapi.mk @@ -1,8 +1,8 @@ package=hidapi -$(package)_version=0.14.0 +$(package)_version=0.15.0 $(package)_download_path=https://github.com/libusb/hidapi/archive/refs/tags $(package)_file_name=$(package)-$($(package)_version).tar.gz -$(package)_sha256_hash=a5714234abe6e1f53647dd8cba7d69f65f71c558b7896ed218864ffcf405bcbd +$(package)_sha256_hash=5d84dec684c27b97b921d2f3b73218cb773cf4ea915caee317ac8fc73cef8136 $(package)_linux_dependencies=libusb $(package)_patches=cmake-fix-libusb.patch