From c00f0ac007fd1ca0846ac6b1002b8c69de99f3c0 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 27 Sep 2024 16:08:04 +0200 Subject: [PATCH] sysutils/smart: can change version now --- sysutils/smart/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sysutils/smart/Makefile b/sysutils/smart/Makefile index bdacbc9e0..2afa17e45 100644 --- a/sysutils/smart/Makefile +++ b/sysutils/smart/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= smart -PLUGIN_VERSION= 2.2 -PLUGIN_REVISION= 6 +PLUGIN_VERSION= 2.3 PLUGIN_COMMENT= SMART tools PLUGIN_DEPENDS= smartmontools PLUGIN_MAINTAINER= franco@opnsense.org