From e5f37015bd6954917d1f2f5c1f175cf193e0f160 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 6 Sep 2025 18:58:12 +0200 Subject: [PATCH] dns/bind: bump revision --- dns/bind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/bind/Makefile b/dns/bind/Makefile index d1c8e3f2d..4d98f7a4b 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= bind PLUGIN_VERSION= 1.34 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= BIND domain name service PLUGIN_DEPENDS= bind920 PLUGIN_MAINTAINER= m.muenz@gmail.com