lede-packages-rs

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

commit 5bf5206f4edfe049ebaa3c9c023074699fd02320
parent 493f2372184d2c6fe9b9e9e916dab055d3188b0a
Author: Daniel Golle <daniel@makrotopia.org>
Date:   Tue, 14 Jun 2016 01:56:07 +0200

libinput: update to version 1.3.1

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.2.3 +PKG_VERSION:=1.3.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.freedesktop.org/software/libinput/ -PKG_MD5SUM:=9f3d603942fefac8860e0fc828a3df99 +PKG_MD5SUM:=458fc483f7227d3c4c330f4abd6dfa77 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING