From bb2097f8b7babd06efa9646174f84eaeff56a0cf Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 31 Jul 2025 21:11:30 +0200 Subject: [PATCH] net/wol: fix another one --- net/wol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/wol/Makefile b/net/wol/Makefile index 6d3d25bee..19e6aa94d 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= wol PLUGIN_VERSION= 2.5 -PLUGIN_REVISION= 2 +PLUGIN_REVISION= 3 PLUGIN_DEPENDS= wol PLUGIN_COMMENT= Wake on LAN Service PLUGIN_MAINTAINER= franco@opnsense.org