diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-12-19 12:01:31 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-19 14:11:20 +0100 |
commit | d2367f8c4e99617a6872a5abc9124e1bf5bee035 (patch) | |
tree | bcfb2a84f7b60c82489a78cf17c282566d7cbe15 | |
parent | c096e6c464fd2c42fb560f7a07e1a556d2850c5a (diff) | |
download | buildroot-d2367f8c4e99617a6872a5abc9124e1bf5bee035.tar.gz buildroot-d2367f8c4e99617a6872a5abc9124e1bf5bee035.zip |
package/libinput: bump version to 1.1.2
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 18bd4a7451..56b2c10866 100644 --- a/package/libinput/libinput.hash +++ b/package/libinput/libinput.hash @@ -1,2 +1,2 @@ -# From http://lists.freedesktop.org/archives/wayland-devel/2015-October/025065.html -sha256 673186ea2a0d2b695afaa9758834f9217b175774d9ae222e1b43ff63c663f582 libinput-1.1.0.tar.xz +# From http://lists.freedesktop.org/archives/wayland-devel/2015-December/026041.html +sha256 a323a32718a8f0f5e85e1ed3a81f0dde45eb52b215a15c7887bec40961d97a84 libinput-1.1.2.tar.xz diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk index 8b51b2b33e..91d6e53fa8 100644 --- a/package/libinput/libinput.mk +++ b/package/libinput/libinput.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBINPUT_VERSION = 1.1.0 +LIBINPUT_VERSION = 1.1.2 LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz LIBINPUT_SITE = http://www.freedesktop.org/software/libinput LIBINPUT_LICENSE = MIT |