From 798ad7592192515e6b0c8a1cda158c91f692a327 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 21 Dec 2020 14:40:14 +0100 Subject: [PATCH] sysutils/hw-probe: release as 1.0 --- README.md | 2 +- sysutils/hw-probe/Makefile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a2bd6149..11d06a1e1 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ sysutils/apuled -- PC Engine APU LED control (development only) sysutils/boot-delay -- Apply a persistent 10 second boot delay sysutils/dmidecode -- Display hardware information on the dashboard sysutils/git-backup -- Track config changes using git -sysutils/hw-probe -- Collect hardware diagnostics (development only) +sysutils/hw-probe -- Collect hardware diagnostics sysutils/lcdproc-sdeclcd -- LCDProc for SDEC LCD devices sysutils/mail-backup -- Send configuration file backup by e-mail sysutils/munin-node -- Munin monitorin agent diff --git a/sysutils/hw-probe/Makefile b/sysutils/hw-probe/Makefile index 8ce8dff66..eaf0ab3b2 100644 --- a/sysutils/hw-probe/Makefile +++ b/sysutils/hw-probe/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= hw-probe -PLUGIN_VERSION= 0.1 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Collect hardware diagnostics PLUGIN_DEPENDS= hw-probe PLUGIN_MAINTAINER= m.muenz@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"