From 3ed8dfa08ddc563e08d515610db6ce73c4c3086f Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Thu, 25 Jun 2026 14:35:59 -0400 Subject: [PATCH] hidapi: update to 0.15.0 --- comms/hidapi/Portfile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/comms/hidapi/Portfile b/comms/hidapi/Portfile index 59d15a9b215..bc450b8673c 100644 --- a/comms/hidapi/Portfile +++ b/comms/hidapi/Portfile @@ -3,9 +3,8 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup libusb hidapi 0.12.0 hidapi- -# Change github.tarball_from to 'releases' or 'archive' next update -github.tarball_from tarball +github.setup libusb hidapi 0.15.0 hidapi- +github.tarball_from archive categories comms maintainers nomaintainer license {GPL-3 BSD Permissive} @@ -15,9 +14,9 @@ long_description \ HIDAPI is a multi-platform library which allows an application to \ interface with USB and Bluetooth HID-Class devices. -checksums rmd160 9c9eef4fd89fadf32a360c9ba416ae46f4940366 \ - sha256 92ed306640298d44628308bdef4f2870cece77e69b08ad341bf27b642290c30c \ - size 238778 +checksums rmd160 22e52e75a98fa6c46b2800d8221a7285c60a1b96 \ + sha256 5d84dec684c27b97b921d2f3b73218cb773cf4ea915caee317ac8fc73cef8136 \ + size 363838 use_autoreconf yes