diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-01-17 15:55:16 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-19 21:59:36 +0100 |
commit | d4666aaaf21d01e235f5e43af9abb08e5a67189a (patch) | |
tree | 7560aa9a504d7532c0af57845eafeb7f0e9c9c3c | |
parent | 2f502aac711751c87e560777f6968352519ac13e (diff) |
package/libinput: bump version to 1.1.4
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libinput/libinput.hash | 4 | ||||
-rw-r--r-- | package/libinput/libinput.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/libinput/libinput.hash b/package/libinput/libinput.hash index 56b2c1086..20b7bf0ea 100644 --- a/package/libinput/libinput.hash +++ b/package/libinput/libinput.hash @@ -1,2 +1,2 @@ -# From http://lists.freedesktop.org/archives/wayland-devel/2015-December/026041.html -sha256 a323a32718a8f0f5e85e1ed3a81f0dde45eb52b215a15c7887bec40961d97a84 libinput-1.1.2.tar.xz +# From http://lists.freedesktop.org/archives/wayland-devel/2015-December/026233.html +sha256 302cb76209b9c57a5a318e178f9bc446eede8ea79386103b5291cbfaa5fab5b6 libinput-1.1.4.tar.xz diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk index 91d6e53fa..8b69a5126 100644 --- a/package/libinput/libinput.mk +++ b/package/libinput/libinput.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBINPUT_VERSION = 1.1.2 +LIBINPUT_VERSION = 1.1.4 LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz LIBINPUT_SITE = http://www.freedesktop.org/software/libinput LIBINPUT_LICENSE = MIT |