From c872e8a731dfe406ccde57eed65e1eec61fe7df7 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 17 Jul 2023 09:52:58 +0200 Subject: [PATCH] dns/dnscrypt-proxy: actually bump version --- dns/dnscrypt-proxy/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index fd99efd4d..9002f978e 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= dnscrypt-proxy -PLUGIN_VERSION= 1.13 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.14 PLUGIN_COMMENT= Flexible DNS proxy supporting DNSCrypt and DoH PLUGIN_DEPENDS= dnscrypt-proxy2 PLUGIN_MAINTAINER= m.muenz@gmail.com