From e1090a0223879b9eeda270c78ae3393c0ebf9100 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 13 Jul 2022 10:28:34 +0200 Subject: [PATCH] pdns: update to 4.6.3 Signed-off-by: Peter van Dijk (cherry picked from commit 636da278eb34c37f6d9568bad99a613104fed9cd) --- net/pdns/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/pdns/Makefile b/net/pdns/Makefile index 1b92dc6fd..19ddbc93b 100644 --- a/net/pdns/Makefile +++ b/net/pdns/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pdns -PKG_VERSION:=4.6.2 +PKG_VERSION:=4.6.3 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=f443848944bb11bbb4850221613b3a01ffb57febf2671da6caa57362ee0b19b8 +PKG_HASH:=acd06b89ca01d1adf61b906604614f0e1d77a1e94eeecade8ff5d53a16db7389 PKG_MAINTAINER:=Peter van Dijk PKG_LICENCE:=GPL-2.0-only