diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-01 18:28:40 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 13:14:11 +0000 |
commit | d8968e175f529240a6127eb49c8de7c69488782d (patch) | |
tree | ad571564f1ce3466f6f3e38aaedbdd391637e1d6 /main/libinput | |
parent | 0908eb7459a1881f1c85f206844de8e072aed7e6 (diff) | |
download | aports-d8968e175f529240a6127eb49c8de7c69488782d.tar.bz2 aports-d8968e175f529240a6127eb49c8de7c69488782d.tar.xz |
main/libinput: upgrade to 1.14.3
Diffstat (limited to 'main/libinput')
-rw-r--r-- | main/libinput/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libinput/APKBUILD b/main/libinput/APKBUILD index a8ae3d626b..49addc29e2 100644 --- a/main/libinput/APKBUILD +++ b/main/libinput/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Daniel Sabogal <dsabogalcc@gmail.com> pkgname=libinput -pkgver=1.14.2 +pkgver=1.14.3 pkgrel=0 pkgdesc="Library for handling input devices" url="https://www.freedesktop.org/wiki/Software/libinput" @@ -35,4 +35,4 @@ package() { DESTDIR="$pkgdir" ninja -C builddir/ install } -sha512sums="932949a78bf95a7a05f50170cfc7dc109c99e1e3e70e63797566c0c3a3003632cad56e9b9ca2a180880f5e2ec1060613066d068b384096f37785fe70ac30c1eb libinput-1.14.2.tar.xz" +sha512sums="f01d1bd1b25b8060519575644597d35f0c89de5386d298441f440128ceee3e57549921a058adec31adc8b33dbdedf4c0bd12c76905a69f752859d3136e26336d libinput-1.14.3.tar.xz" |