summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam Edwards2024-05-08 17:03:27 -0700
committerWilliam Edwards2024-05-08 17:03:27 -0700
commitad59f94df90e6421cd1878ed91ad2ce0c91de8d5 (patch)
tree7b6f84a7bcc6687ac3ad302d2ede0f88c917cc95 /PKGBUILD
parentd236517899c3d15123f65600616fee2fbfba15aa (diff)
downloadaur-ad59f94df90e6421cd1878ed91ad2ce0c91de8d5.tar.gz
Update to v0.21.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e815b3782507..c0c25819b7d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: William Edwards <shadowapex@gmail.com>
pkgname=inputplumber-bin
_pkgbase=inputplumber
-pkgver=v0.20.1
+pkgver=v0.21.1
pkgrel=1
pkgdesc="Open source input router and remapper daemon for Linux"
arch=('x86_64')
@@ -12,7 +12,7 @@ provides=('inputplumber')
conflicts=('inputplumber-git')
source=(inputplumber-$pkgver.tar.gz::https://github.com/ShadowBlip/inputplumber/releases/download/$pkgver/inputplumber.tar.gz)
-sha256sums=('2501cba2f156e498fa6334e4770c4264268e49f7ed05fb6ce17cf2a1584d66ed')
+sha256sums=('d3a62b1bc75820d8d759d4a4cf04a2d2151ad37508ec71cdbd3b6f328eeaf402')
prepare() {
cd "$srcdir/${_pkgbase}"