From 99f8486002c744487c818e0d65a734f580e46183 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 2 Oct 2024 08:04:36 +0200 Subject: [PATCH] dns/ddclient: revision bump for ACL reorder --- dns/ddclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index f769b4053..3b90c7839 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= ddclient PLUGIN_VERSION= 1.24 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3 PLUGIN_COMMENT= Dynamic DNS client PLUGIN_MAINTAINER= ad@opnsense.org