From 459cefefcb5c283793cf6ee3ccefa68abe40c2ae Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 14 Jan 2019 19:50:58 +0100 Subject: [PATCH] sysutils/dmidecode: looks good, release 1.0 for 19.1-RC1 CC: @evbevz --- sysutils/dmidecode/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile index fa66fcbd9..b39945da3 100644 --- a/sysutils/dmidecode/Makefile +++ b/sysutils/dmidecode/Makefile @@ -1,9 +1,8 @@ PLUGIN_NAME= dmidecode -PLUGIN_VERSION= 0.1 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Display hardware information on the dashboard PLUGIN_DEPENDS= dmidecode PLUGIN_MAINTAINER= evbevz@gmail.com PLUGIN_WWW= https://smart-soft.ru -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"