Skip to content

Commit 0c8aa23

Browse files
committed
chore(release): 0.58.2 [skip ci]
## [0.58.2](v0.58.1...v0.58.2) (2025-05-27) ### Bug Fixes * **Deck UHID:** Provide specific fake chip ID upon request. ([452f6a6](452f6a6)) * **Deck UHID:** Update frame every poll() to match vchi target. ([fc68087](fc68087))
1 parent 2538ce5 commit 0c8aa23

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inputplumber"
3-
version = "0.58.1"
3+
version = "0.58.2"
44
edition = "2021"
55
license = "GPL-3.0-or-later"
66
description = "Open source input manager for Linux"

pkg/archlinux/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: William Edwards <shadowapex@gmail.com>
22
pkgname=inputplumber-bin
33
_pkgbase=inputplumber
4-
pkgver=v0.58.1
4+
pkgver=v0.58.2
55
pkgrel=1
66
pkgdesc="Open source input router and remapper daemon for Linux"
77
arch=('x86_64')
@@ -12,7 +12,7 @@ provides=('inputplumber')
1212
conflicts=('inputplumber-git')
1313
source=(inputplumber-$pkgver.tar.gz::https://github.com/ShadowBlip/inputplumber/releases/download/$pkgver/inputplumber-x86_64.tar.gz)
1414

15-
sha256sums=('ef8cf762c4ff6ffe93c53daed2761d8019f995f767578d354dd3bad97502d49d')
15+
sha256sums=('8cd5c450a88106132c52a8db99919d53d647dac8aeae2c9e4f411cd95150645d')
1616

1717
prepare() {
1818
cd "$srcdir/${_pkgbase}"

pkg/rpm/inputplumber.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global _name inputplumber
22

33
Name: inputplumber
4-
Version: 0.58.1
4+
Version: 0.58.2
55
Release: 0%{?dist}
66
Summary: InputPlumber is an open source input routing and control daemon for Linux. It can be used to combine any number of input devices (like gamepads, mice, and keyboards) and translate their input to a variety of virtual device formats.
77

0 commit comments

Comments
 (0)