sispmctl: update to 4.12
authorAlexandru Ardelean <redacted>
Wed, 22 Apr 2026 09:17:01 +0000 (12:17 +0300)
committerAlexandru Ardelean <redacted>
Sun, 10 May 2026 08:32:19 +0000 (11:32 +0300)
Command-line tool for controlling GEMBIRD SiS-PM USB-controlled power strips.

Changelog: https://sourceforge.net/p/sispmctl/news/

Signed-off-by: Alexandru Ardelean <redacted>
utils/sispmctl/Makefile
utils/sispmctl/test.sh [new file with mode: 0644]

index 7948241cfec43c2a98464abaa5494228a8988409..c5f10085a8e2fc8010853d149b47cec230a3717e 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sispmctl
-PKG_VERSION:=4.8
+PKG_VERSION:=4.12
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/$(PKG_NAME)
-PKG_HASH:=0f8391f7e95cbf1fb96a68686a1dcf1e16747b050ae1b8ff90653c99976068db
+PKG_HASH:=e757863a4838da6e1ca72a57adc5aca6fc47ffbddc72a69052d8abd743d57082
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 PKG_LICENSE:=GPL-2.0-or-later
diff --git a/utils/sispmctl/test.sh b/utils/sispmctl/test.sh
new file mode 100644 (file)
index 0000000..5fe732e
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+case "$1" in
+       sispmctl)
+               # Help output works without a USB device connected
+               sispmctl -? 2>&1 | grep -qiF "sispmctl"
+               ;;
+       libsispmctl)
+               ls /usr/lib/libsispmctl.so.* > /dev/null
+               ;;
+esac
git clone https://git.99rst.org/PROJECT