lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 5e9ab7e60530a2da433ece273fd7379be0b467f1
parent 97d0a68ef85fc32e03a916dd20e9f6ece32dbdb2
Author: Daniel Golle <daniel@makrotopia.org>
Date:   Wed, 10 Feb 2016 21:32:23 +0200

libinput: update to version 1.1.7

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

Diffstat:
Mlibs/libinput/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/libinput/Makefile b/libs/libinput/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libinput -PKG_VERSION:=1.1.4 +PKG_VERSION:=1.1.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.freedesktop.org/software/libinput/ -PKG_MD5SUM:=0945318141c1a9f52857bbf65d175f32 +PKG_MD5SUM:=a501715a6135ac1f772bb5f3e3183481 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING