From 277e06db45cb4f8ed76c471c7d4d268e6df724c8 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 28 Jun 2022 20:48:14 +0200 Subject: [PATCH] dns/ddclient: bump revision --- dns/ddclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index a6ffcf4f3..43b4e3003 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= ddclient PLUGIN_VERSION= 1.7 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_DEPENDS= ddclient PLUGIN_COMMENT= Dynamic DNS client PLUGIN_MAINTAINER= ad@opnsense.org