diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2016-11-11 14:54:43 -0500 |
---|---|---|
committer | Daniel Sabogal <dsabogal@ufl.edu> | 2016-11-12 18:37:02 -0500 |
commit | 1db206b68de4aba739d592fc572b5f24b8f03d66 (patch) | |
tree | ff6d2aeb86396a81cfb7319c4ce6d3fc34c3a040 | |
parent | 519b6dfbd0f011b645a03f09fc0652cbfb53f2e6 (diff) | |
download | aports-1db206b68de4aba739d592fc572b5f24b8f03d66.tar.bz2 aports-1db206b68de4aba739d592fc572b5f24b8f03d66.tar.xz |
testing/libinput: upgrade to 1.5.1
-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 e6483c5b43..2409151ff7 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.0 +pkgver=1.5.1 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="26030dae25f1ac584b0e428c90473339 libinput-1.5.0.tar.xz" -sha256sums="5a96559385ecfaa30f9e72ea89eb8ebbc97caf68e458f451f4ed62315311081c libinput-1.5.0.tar.xz" -sha512sums="801b7a161d85f6e5f4ce03f3bc7e367ee22646cc8994e2660697d23af99ad2a91c0824e8bfc039b294ce4eac4c808697b3caf22b7b6587a201e8e75519be0a3a libinput-1.5.0.tar.xz" +md5sums="23a7bc2dad6ff701d2b82d2e5b218051 libinput-1.5.1.tar.xz" +sha256sums="d4f63933b0967bd691735af5e3919e2d29c2121d4e05867cc4e10ff3ae8e2dd8 libinput-1.5.1.tar.xz" +sha512sums="13cf61ec3cc67687ee4cbe6fffd1cec722d4c0b328f5fddc9e0c655af1cdc5030b3cebeb32374917df2bd14eeee74e2be9ea97af52d006e08f447932bf525e9a libinput-1.5.1.tar.xz" |