From 57a224a3cd4ac799dc3dd14d1a93c48f5f1be42f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 24 Jan 2025 09:57:39 +0100 Subject: [PATCH] dns/ddclient: lazy bump --- dns/ddclient/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index d61c41810..f52ee87b0 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= ddclient PLUGIN_VERSION= 1.26 +PLUGIN_REVISION= 1 PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3 PLUGIN_COMMENT= Dynamic DNS client PLUGIN_MAINTAINER= ad@opnsense.org