diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-12-18 19:30:19 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-12-18 19:30:19 +0100 |
commit | e772c625c0f9d00e09bf4d7bd2f987ae242876be (patch) | |
tree | 210fe0e7df4686236e0df58e2ad26a1f18b8391f /testing/libinput | |
parent | 31d08b0539a79d77c146a93219b3362ef98f81e2 (diff) | |
download | aports-e772c625c0f9d00e09bf4d7bd2f987ae242876be.tar.bz2 aports-e772c625c0f9d00e09bf4d7bd2f987ae242876be.tar.xz |
testing/libinput: upgrade to 1.1.3
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 c3c5c46fbd..99492045d9 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.2 +pkgver=1.1.3 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="634830eb423acd71262b23a13154f6f7 libinput-1.1.2.tar.xz" -sha256sums="a323a32718a8f0f5e85e1ed3a81f0dde45eb52b215a15c7887bec40961d97a84 libinput-1.1.2.tar.xz" -sha512sums="7babc1be1ad08915fb9cf361c99d9c91eea74cfd67cc5b7608f53dbcec8ed986cd9844e6a555a88c52687e7660a20ed3ff9342aba206125d7d4ba40019bb2127 libinput-1.1.2.tar.xz" +md5sums="3bca9bd8fb2853216352b347dd247726 libinput-1.1.3.tar.xz" +sha256sums="b95af39391e2b91957af0addce691a4070b28aff69cd2348823bf6ce8169995e libinput-1.1.3.tar.xz" +sha512sums="ee51b6d005bacca57c4cad5a8b70097990299bf934cb460016176630009cea872e5413e053b09b456d35e085268a9a96ceb667ef0f4cd3b874e89cda2bb1c344 libinput-1.1.3.tar.xz" |