diff options
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 5816ebf77d..e6ebeb0910 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.0 +pkgver=1.14.1 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="e501c5b8a58bb287c175692af0e59ff766a8613eb576aaa0700686dfbb6c6ab63b7a5d3f148fce75397c8170bc49871068861d93c352355ab5d0d9e7f1b059ec libinput-1.14.0.tar.xz" +sha512sums="8416bab51ba1aab924fa1b41360bc2ad101fb60d3a82c73584bb1e2454554524716673e3eac7f08c18bd6a1ecdfa52ea3cfe09c7a866c59fcd47d75960e82d4c libinput-1.14.1.tar.xz" |