From 487e8451acf11c98ac034d8caff04e540dd51b83 Mon Sep 17 00:00:00 2001 From: Ulf Date: Sat, 23 Jan 2021 20:37:21 +0000 Subject: [PATCH] hidapi: update to 0.10.1. --- srcpkgs/hidapi/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hidapi/template b/srcpkgs/hidapi/template index 932975d7772..b86222c77de 100644 --- a/srcpkgs/hidapi/template +++ b/srcpkgs/hidapi/template @@ -1,17 +1,17 @@ # Template file for 'hidapi' pkgname=hidapi -version=0.9.0 +version=0.10.1 revision=1 wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-configure hostmakedepends="automake libtool pkg-config" makedepends="eudev-libudev-devel libusb-devel" short_desc="Simple library for communicating with USB and Bluetooth HID devices" -maintainer="Orphaned " +maintainer="Ulf " license="BSD-3-Clause" homepage="https://github.com/libusb/hidapi" distfiles="https://github.com/libusb/hidapi/archive/hidapi-${version}.tar.gz" -checksum=630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652 +checksum=f71dd8a1f46979c17ee521bc2117573872bbf040f8a4750e492271fc141f2644 pre_configure() { ./bootstrap