From d42064f8195fe4f59b34493a795f37cc19bd5f91 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 17 Sep 2024 07:35:02 +0200 Subject: [PATCH] dns/ddclient: bump revisio --- dns/ddclient/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index ea35bed1c..f769b4053 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= ddclient PLUGIN_VERSION= 1.24 +PLUGIN_REVISION= 1 PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3 PLUGIN_COMMENT= Dynamic DNS client PLUGIN_MAINTAINER= ad@opnsense.org