diff options
author | Daniel Golle <daniel@makrotopia.org> | 2015-08-13 10:47:22 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2015-08-13 10:47:22 +0200 |
commit | 0bb0084691706914e57db553cb1a1be2d11fbd4e (patch) | |
tree | 66e56d4d937682b9f5e350fb26937868d7046007 /libs | |
parent | 794f1984e0a679a96a89442210a86e2c8e40c000 (diff) |
libinput: update source
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 a17a4566c..bacd8816e 100644 --- a/libs/libinput/Makefile +++ b/libs/libinput/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libinput -PKG_VERSION:=0.20.0 +PKG_VERSION:=0.21.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.freedesktop.org/software/libinput/ -PKG_MD5SUM:=444f3a4061be560310cb761cac6fa178 +PKG_MD5SUM:=f91d8f4ced986f1ae16d52ea02bc7837 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING |