From d2ad811cca7485e835d3efb9b7c84f7f2e9f5625 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 29 Sep 2023 23:52:59 +0200 Subject: [PATCH] net/wol: bump was missing PR: https://forum.opnsense.org/index.php?topic=36219.0 --- net/wol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/wol/Makefile b/net/wol/Makefile index 2cb9a50e8..08a4a492c 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= wol PLUGIN_VERSION= 2.4 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_DEPENDS= wol PLUGIN_COMMENT= Wake on LAN Service PLUGIN_MAINTAINER= franco@opnsense.org