mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
libevdev: update to 1.13.6
Minor update from 1.13.4 with new EV_KEY/EV_ABS code definitions synced with the latest kernel input headers, plus various bug fixes and tooling improvements. Link: https://gitlab.freedesktop.org/libevdev/libevdev/-/tags/libevdev-1.13.6 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
committed by
George Sapkin
parent
c87aa1617d
commit
7b0fd3519d
@@ -5,12 +5,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libevdev
|
||||
PKG_VERSION:=1.13.4
|
||||
PKG_VERSION:=1.13.6
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://www.freedesktop.org/software/libevdev/
|
||||
PKG_HASH:=f00ab8d42ad8b905296fab67e13b871f1a424839331516642100f82ad88127cd
|
||||
PKG_HASH:=73f215eccbd8233f414737ac06bca2687e67c44b97d2d7576091aa9718551110
|
||||
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
PKG_LICENSE:=MIT
|
||||
|
||||
Reference in New Issue
Block a user