From 58880dede5c0f67f3893451d7158d241ae6afc82 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 18 Jan 2022 08:09:32 +0100 Subject: [PATCH] net/wol: bump after cron change --- net/wol/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/wol/Makefile b/net/wol/Makefile index 818fde326..2cb9a50e8 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= wol PLUGIN_VERSION= 2.4 +PLUGIN_REVISION= 1 PLUGIN_DEPENDS= wol PLUGIN_COMMENT= Wake on LAN Service PLUGIN_MAINTAINER= franco@opnsense.org