diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-06-20 11:17:12 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-06-20 11:23:34 +0200 |
commit | 26cedc2c2bcdc961d1579d151af45dda97773232 (patch) | |
tree | 9a726468a0cc4cb6ca79d9bd7f1062bcc9a91e08 /testing/libinput | |
parent | bc022ce71ee743181cca4284c54247710fcee5d6 (diff) | |
download | aports-26cedc2c2bcdc961d1579d151af45dda97773232.tar.bz2 aports-26cedc2c2bcdc961d1579d151af45dda97773232.tar.xz |
testing/libinput: upgrade to 1.3.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 1b7fe443a0..20b275df8c 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.3.1 +pkgver=1.3.2 pkgrel=0 pkgdesc="Library for handling input devices" url="http://www.freedesktop.org/wiki/Software/libinput/" @@ -35,6 +35,6 @@ package() { install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="458fc483f7227d3c4c330f4abd6dfa77 libinput-1.3.1.tar.xz" -sha256sums="cdff653d93395c718f367af61fee866914bc45de75ac94abe7dc1b720462aca9 libinput-1.3.1.tar.xz" -sha512sums="b63f28bb99544bea48742669156a8dd6041e00315cbe75849d6bcee2c9f7c0570c9b96e59982cdfe5f972bd15cd97f852038ecce0feaed071fe31cc26a3936e8 libinput-1.3.1.tar.xz" +md5sums="d5c9d16825666078930d2df6103acde8 libinput-1.3.2.tar.xz" +sha256sums="0701230781b59c0f1510ae86da15a7b15655e723ace366ad479ccb09fe92a183 libinput-1.3.2.tar.xz" +sha512sums="d492d3abc7bfbeb71496a9d382cd2f8b42db7ba1ec55dee2e74da9d5034299ccc79a78901674b73a9764db9515b674d41059b0d59319b46deb310820014e5367 libinput-1.3.2.tar.xz" |