diff options
author | Simon Zeni <simon@bl4ckb0ne.ca> | 2024-09-06 10:25:33 -0400 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2024-09-06 14:34:15 +0000 |
commit | e7ee5dab3099886fe58e799aa8d6fe102a0bc7c7 (patch) | |
tree | 49c5fc121e126834ebd59a8e05ad42baf02792a1 | |
parent | 9bed29cc859064c50c301092848eade3e9dd4667 (diff) | |
download | aports-e7ee5dab3099886fe58e799aa8d6fe102a0bc7c7.zip |
community/libinput: upgrade to 1.26.2
-rw-r--r-- | community/libinput/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libinput/APKBUILD b/community/libinput/APKBUILD index 054ff7614e0..ecd77601694 100644 --- a/community/libinput/APKBUILD +++ b/community/libinput/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Daniel Sabogal <dsabogalcc@gmail.com> # Maintainer: Simon Zeni <simon@bl4ckb0ne.ca> pkgname=libinput -pkgver=1.26.1 +pkgver=1.26.2 pkgrel=0 pkgdesc="Library for handling input devices" url="https://www.freedesktop.org/wiki/Software/libinput" @@ -99,5 +99,5 @@ _debug_gui() { } sha512sums=" -57b2f48e1d88cee2d39c7d2c09ef6f38f8305caafc3442c93e89e1c208bc15d3525a66248b7ba4a4d86aede5ae6cb3fe5bb0b1607c99bf20ea6efbc3959039ca libinput-1.26.1.tar.gz +3ba2e21328276e2129e54423aa6f13f44926ce724026d3b24d25cda3e16c35c7d3c7806c644b289ed51764dae04547a9c4d161291d026160c8d5e80be42a1b7b libinput-1.26.2.tar.gz " |