diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2017-05-08 18:13:26 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-05-08 21:03:08 +0200 |
commit | f46984d45a1700c5e455f88c875be3c687663aa5 (patch) | |
tree | f994e48847185988cf23c237ebec60262b60699c | |
parent | accc675f2b3004216b2cb31db249cb58769d2b67 (diff) | |
download | buildroot-f46984d45a1700c5e455f88c875be3c687663aa5.tar.gz buildroot-f46984d45a1700c5e455f88c875be3c687663aa5.zip |
libinput: bump version to 1.7.2
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 3663b51122..490131c3aa 100644 --- a/package/libinput/libinput.hash +++ b/package/libinput/libinput.hash @@ -1,2 +1,2 @@ -# From https://lists.freedesktop.org/archives/wayland-devel/2017-March/033531.html -sha256 12a670f63d01e9e9c98ad0b31aef22160aac52187b4ee8f068a6902181c1a8a8 libinput-1.7.0.tar.xz +# From https://lists.freedesktop.org/archives/wayland-devel/2017-May/034037.html +sha256 0b1e5a6c106ccc609ccececd9e33e6b27c8b01fc7457ddb4c1dd266e780d6bc2 libinput-1.7.2.tar.xz diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk index 801a813168..4ecc2d14ac 100644 --- a/package/libinput/libinput.mk +++ b/package/libinput/libinput.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBINPUT_VERSION = 1.7.0 +LIBINPUT_VERSION = 1.7.2 LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz LIBINPUT_SITE = http://www.freedesktop.org/software/libinput LIBINPUT_DEPENDENCIES = host-pkgconf libevdev mtdev udev |