From: Daniel Golle Date: Tue, 9 Jun 2026 06:52:57 +0000 (+0100) Subject: libwacom: update to version 2.19.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3e4dd264fbe82bc7b155043729ac2212fbb1414a;p=openwrt-packages.git libwacom: update to version 2.19.0 Adds support for several new tablet devices and updates the device database. https://github.com/linuxwacom/libwacom/releases/tag/libwacom-2.19.0 Signed-off-by: Daniel Golle --- diff --git a/libs/libwacom/Makefile b/libs/libwacom/Makefile index 30662b18c..cc7da0fbb 100644 --- a/libs/libwacom/Makefile +++ b/libs/libwacom/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libwacom -PKG_VERSION:=2.18.0 +PKG_VERSION:=2.19.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/linuxwacom/$(PKG_NAME)/releases/download/$(PKG_NAME)-$(PKG_VERSION)/ -PKG_HASH:=7dbb9ab37df9df47ae2fdbb644916c986728291749bcd5ad8bcaa26f1e15f002 +PKG_HASH:=8dd84e75d322aa5f33b2fe781cb67efa5706fedcf483737b4657557f33055a93 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=MIT