summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam Edwards2024-05-23 18:07:39 -0700
committerWilliam Edwards2024-05-23 18:07:39 -0700
commit670c7c28202e41591517bfeb773e3a5d93c28fda (patch)
tree545c3384929a7728b9e63552fbb9e0304cd7ff91 /PKGBUILD
parentad59f94df90e6421cd1878ed91ad2ce0c91de8d5 (diff)
downloadaur-inputplumber-bin.tar.gz
Update to v0.22.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0c25819b7d0..0cc01770b308 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: William Edwards <shadowapex@gmail.com>
pkgname=inputplumber-bin
_pkgbase=inputplumber
-pkgver=v0.21.1
+pkgver=v0.22.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=('d3a62b1bc75820d8d759d4a4cf04a2d2151ad37508ec71cdbd3b6f328eeaf402')
+sha256sums=('1c2f5b640d940b68348aaf7b0e1b2a0c9b77295a097eb05c1a8069c9f16f3c55')
prepare() {
cd "$srcdir/${_pkgbase}"