From 33466e18894c07ebffb3212f58d2d3e86e5e1550 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 9 Dec 2024 14:01:34 +0100 Subject: [PATCH] sysutils/nut: easier version number --- sysutils/nut/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 6a95cd0cf..4d749383b 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= nut -PLUGIN_VERSION= 1.9.0 +PLUGIN_VERSION= 1.9 PLUGIN_COMMENT= Network UPS Tools PLUGIN_DEPENDS= nut PLUGIN_MAINTAINER= m.muenz@gmail.com