diff options
author | Daniel Golle <daniel@makrotopia.org> | 2015-12-03 01:22:21 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2015-12-03 01:25:11 +0100 |
commit | 970a850ca0dec96f1d4c8e949a42fef61c4f1fab (patch) | |
tree | ef32ce39b6ba63daa4babfef3a505774172c82c0 /libs | |
parent | 30d1b3f45e8231f5b7c43821574f456262c2a30f (diff) |
libinput: update to 1.1.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libinput/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libinput/Makefile b/libs/libinput/Makefile index 6d9adec24..0af00e367 100644 --- a/libs/libinput/Makefile +++ b/libs/libinput/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libinput -PKG_VERSION:=1.0.1 +PKG_VERSION:=1.1.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.freedesktop.org/software/libinput/ -PKG_MD5SUM:=f390e592aa09f77dabceabeb2ddd4419 +PKG_MD5SUM:=4a3fc842ac0b7bf0fa306ea7badc31a0 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING |