From edbd2dc25eeea3ead7e808a4043f92acb197f73f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 28 Jul 2025 09:58:46 +0200 Subject: [PATCH] dns/ddclient: bump revision after fix --- dns/ddclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 36532cc4a..fb4a7b36c 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= ddclient PLUGIN_VERSION= 1.27 -PLUGIN_REVISION= 3 +PLUGIN_REVISION= 4 PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3 PLUGIN_COMMENT= Dynamic DNS client PLUGIN_MAINTAINER= ad@opnsense.org