aboutsummaryrefslogtreecommitdiff
path: root/libs/libevdev/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-02-20 19:58:08 -0800
committerDaniel Golle <daniel@makrotopia.org>2021-02-21 09:09:06 +0000
commitd821fdc72b5bd13357fd7fba8cef56c601614dcd (patch)
tree11715903ec910002e2b27d3038acad1c72f9df91 /libs/libevdev/Makefile
parent8dc0d3d33a434ac31e4b231ff98c10fd00cf87fc (diff)
libevdev: update to 1.11.0
Use AUTORELEASE to avoid having to bump it manually. Remove old patch for kernel 4.14 compatibility. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libevdev/Makefile')
-rw-r--r--libs/libevdev/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libevdev/Makefile b/libs/libevdev/Makefile
index fcc9da191..31b921370 100644
--- a/libs/libevdev/Makefile
+++ b/libs/libevdev/Makefile
@@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libevdev
-PKG_VERSION:=1.10.1
-PKG_RELEASE:=1
+PKG_VERSION:=1.11.0
+PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.freedesktop.org/software/libevdev/
-PKG_HASH:=0330fe8357ece915db9366c1b9a6648941aea6f724b73ad6e71401127aa08932
+PKG_HASH:=63f4ea1489858a109080e0b40bd43e4e0903a1e12ea888d581db8c495747c2d0
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=MIT