From c0b74d69cf934714e20a6142289f30839956cb82 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 28 Aug 2023 10:01:56 +0200 Subject: [PATCH] pdns-recursor: update to 4.9.1 Signed-off-by: Peter van Dijk --- net/pdns-recursor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index 4334e136ba3f4..f0820f378b104 100644 --- a/net/pdns-recursor/Makefile +++ b/net/pdns-recursor/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pdns-recursor -PKG_VERSION:=4.9.0 +PKG_VERSION:=4.9.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=d36f162843e367646a661a785ca0becde9b68552855bf40532aebafa103966f3 +PKG_HASH:=0a1edc13e8f2bd661f39e316387d941e22de6a03b8a7a2fc662fdf8b942ea2be PKG_MAINTAINER:=Peter van Dijk PKG_LICENCE:=GPL-2.0-only