From 81ccb88a80b275d5f101a33519ceec052810a98d Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 28 Apr 2021 18:45:06 +0100 Subject: [PATCH] libinput: update to version 1.17.1 Signed-off-by: Daniel Golle --- libs/libinput/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libinput/Makefile b/libs/libinput/Makefile index c77058abc..0b47b6c4a 100644 --- a/libs/libinput/Makefile +++ b/libs/libinput/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libinput -PKG_VERSION:=1.16.4 -PKG_RELEASE:=1 +PKG_VERSION:=1.17.1 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.freedesktop.org/software/libinput -PKG_HASH:=65923a06d5a8970e4a999c4668797b9b689614b62b1d44432ab1c87b65e39e29 +PKG_HASH:=e51c50f3ce253961bed452d9f93102cc26128406975ab88ff9ec9e6c3b875137 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=MIT