From d95b1dcf77d22a7730a4acfc899c76bb578d1686 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 17 Sep 2024 07:45:37 +0200 Subject: [PATCH] net/wol: revision bump --- net/wol/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/wol/Makefile b/net/wol/Makefile index 7ce734882..b878db54f 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= wol PLUGIN_VERSION= 2.5 +PLUGIN_REVISION= 1 PLUGIN_DEPENDS= wol PLUGIN_COMMENT= Wake on LAN Service PLUGIN_MAINTAINER= franco@opnsense.org