diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-20 14:59:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-20 20:04:11 +0000 |
commit | 18a1db94229c87dc0b9e4cce7ff346e106c0cbee (patch) | |
tree | efee66663f2f3bfd52530f2ab3030ee8cc3b203a | |
parent | da703119b4525ac11f5acd6012a7328d8bd23f2d (diff) | |
download | aports-18a1db94229c87dc0b9e4cce7ff346e106c0cbee.tar.bz2 aports-18a1db94229c87dc0b9e4cce7ff346e106c0cbee.tar.xz |
testing/libinput: upgrade to 1.5.0
-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 679213c528..e6483c5b43 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.4.2 +pkgver=1.5.0 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="56b72e47362938f12ab3267cae764dd3 libinput-1.4.2.tar.xz" -sha256sums="8c38826a785594811bef6a9daadbfa2e172e3f070f8863393d6fb7ca4c68e451 libinput-1.4.2.tar.xz" -sha512sums="ecd1ddc737b8207d9e494f809340e2c0ac2927db80cf4c325ba12fb84387138d0128df7e841c87feafe425d6382f87f123f28531f7045fbcdd1176559895b79b libinput-1.4.2.tar.xz" +md5sums="26030dae25f1ac584b0e428c90473339 libinput-1.5.0.tar.xz" +sha256sums="5a96559385ecfaa30f9e72ea89eb8ebbc97caf68e458f451f4ed62315311081c libinput-1.5.0.tar.xz" +sha512sums="801b7a161d85f6e5f4ce03f3bc7e367ee22646cc8994e2660697d23af99ad2a91c0824e8bfc039b294ce4eac4c808697b3caf22b7b6587a201e8e75519be0a3a libinput-1.5.0.tar.xz" |