diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2016-12-11 22:44:53 -0500 |
---|---|---|
committer | Daniel Sabogal <dsabogalcc@gmail.com> | 2017-01-10 12:54:03 -0500 |
commit | 9d1533a886e7ac5b8d69270ff5ff7ccbcdbd30fe (patch) | |
tree | 2889aa42506137b40f560ea6276c4ca9035e5590 /testing/libinput | |
parent | f485aaa1ad937c29bf2e717cff12c6b09536c8c4 (diff) | |
download | aports-9d1533a886e7ac5b8d69270ff5ff7ccbcdbd30fe.tar.bz2 aports-9d1533a886e7ac5b8d69270ff5ff7ccbcdbd30fe.tar.xz |
testing/libinput: upgrade to 1.5.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 2409151ff7..17473ba086 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.5.1 +pkgver=1.5.3 pkgrel=0 pkgdesc="Library for handling input devices" url="http://www.freedesktop.org/wiki/Software/libinput/" @@ -32,6 +32,6 @@ package() { -C "$builddir" install || return 1 } -md5sums="23a7bc2dad6ff701d2b82d2e5b218051 libinput-1.5.1.tar.xz" -sha256sums="d4f63933b0967bd691735af5e3919e2d29c2121d4e05867cc4e10ff3ae8e2dd8 libinput-1.5.1.tar.xz" -sha512sums="13cf61ec3cc67687ee4cbe6fffd1cec722d4c0b328f5fddc9e0c655af1cdc5030b3cebeb32374917df2bd14eeee74e2be9ea97af52d006e08f447932bf525e9a libinput-1.5.1.tar.xz" +md5sums="5df5e7f1a693bf74bbab0c804d1b710b libinput-1.5.3.tar.xz" +sha256sums="91206c523b4e7aeecf296d0b94276c61bea90b9260d198c8ee3a91eced10a6e3 libinput-1.5.3.tar.xz" +sha512sums="4d5ca9189275d6f2ed40ff85903bf10ae3b15ceaea43a3565384b6495a9b1764fed1f95c667dfa9e96170b3709a9c8dc1d1bad88cb82d0de69045b7c5f0bc7e6 libinput-1.5.3.tar.xz" |