From: Rosen Penev Date: Sun, 19 Sep 2021 07:45:12 +0000 (-0700) Subject: hidapi: update to 0.10.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cc473dd8107e16cc12efe8b48cc0a2e19d2cbcbb;p=openwrt-packages.git hidapi: update to 0.10.1 Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev --- diff --git a/libs/hidapi/Makefile b/libs/hidapi/Makefile index 51c7d0bef..b5e2b16a6 100644 --- a/libs/hidapi/Makefile +++ b/libs/hidapi/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hidapi -PKG_VERSION:=0.9.0 -PKG_RELEASE:=1 +PKG_VERSION:=0.10.1 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/libusb/hidapi/tar.gz/$(PKG_NAME)-$(PKG_VERSION)? -PKG_HASH:=630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652 +PKG_HASH:=f71dd8a1f46979c17ee521bc2117573872bbf040f8a4750e492271fc141f2644 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Paul Fertser