From eab6bd0385e9c3156cb64790a76aee653a32cc47 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 9 Jun 2026 07:55:06 +0100 Subject: [PATCH] libinput: update to version 1.31.3 Stable branch bugfix release. https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.31.3 Signed-off-by: Daniel Golle --- libs/libinput/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libinput/Makefile b/libs/libinput/Makefile index 4666834fa1..cd1c582f5e 100644 --- a/libs/libinput/Makefile +++ b/libs/libinput/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libinput -PKG_VERSION:=1.31.2 +PKG_VERSION:=1.31.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://gitlab.freedesktop.org/$(PKG_NAME)/$(PKG_NAME)/-/archive/$(PKG_VERSION) -PKG_HASH:=507a40b8a74568ed7c2bd05acf2e15ee3d9f4703102dca86d4f6a804e73bf1f6 +PKG_HASH:=b6749bf6f1890f6631c0a70a027c35fec9d2e096a39f720548896e41474a9854 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=MIT