diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-12-10 13:23:37 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-12-10 13:24:00 +0100 |
commit | 41e4ebd27300729934373a4c2f01e66b37245ed1 (patch) | |
tree | 600c873be1a1bac3387a2dfadfc5e979853b01d2 /testing/libinput | |
parent | 4b7792bab0db94d8cc2199a5c1b90092b962b745 (diff) | |
download | aports-41e4ebd27300729934373a4c2f01e66b37245ed1.tar.bz2 aports-41e4ebd27300729934373a4c2f01e66b37245ed1.tar.xz |
testing/libinput: upgrade to 1.1.2
Diffstat (limited to 'testing/libinput')
-rw-r--r-- | testing/libinput/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/libinput/APKBUILD b/testing/libinput/APKBUILD index e89001e774..c3c5c46fbd 100644 --- a/testing/libinput/APKBUILD +++ b/testing/libinput/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: pkgname=libinput -pkgver=1.1.1 +pkgver=1.1.2 pkgrel=0 pkgdesc="Library for handling input devices" url="http://www.freedesktop.org/wiki/Software/libinput/" @@ -34,6 +34,6 @@ package() { install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="4a3fc842ac0b7bf0fa306ea7badc31a0 libinput-1.1.1.tar.xz" -sha256sums="2de2b433ddc73ba1bfd4d309fd873d0ced6937cf1a7a94e4afbf18ddd8f8dd17 libinput-1.1.1.tar.xz" -sha512sums="3806e67a4530be71463b693076a64f210475d3487abc2848f5ee13b92b281c6e4950bdb754c6b9c090c51c5b8dd4e698b882ae325bdea78bb05e6b7399eb75f0 libinput-1.1.1.tar.xz" +md5sums="634830eb423acd71262b23a13154f6f7 libinput-1.1.2.tar.xz" +sha256sums="a323a32718a8f0f5e85e1ed3a81f0dde45eb52b215a15c7887bec40961d97a84 libinput-1.1.2.tar.xz" +sha512sums="7babc1be1ad08915fb9cf361c99d9c91eea74cfd67cc5b7608f53dbcec8ed986cd9844e6a555a88c52687e7660a20ed3ff9342aba206125d7d4ba40019bb2127 libinput-1.1.2.tar.xz" |