From e703a8d19b0a855c0188dc10c9b5a2e24ff51af7 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Thu, 12 Nov 2020 22:51:24 +0100 Subject: [PATCH] dns/bind: bump version --- dns/bind/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dns/bind/Makefile b/dns/bind/Makefile index 3323aea67..48b788c2a 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= bind -PLUGIN_VERSION= 1.13 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.14 PLUGIN_COMMENT= BIND domain name service PLUGIN_DEPENDS= bind916 PLUGIN_MAINTAINER= m.muenz@gmail.com