diff options
author | Wout Bertrums <wout@wbnet.eu> | 2021-11-16 15:51:12 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-11-16 13:27:53 -0800 |
commit | e49e14506000ed3ccbda29d92f1844aeef2acd56 (patch) | |
tree | bc10c47e8e370d27bb2ff85f1bcb21d9c748d22a /net/pdns/Makefile | |
parent | 2c54c4d093c1036a9013e0ade35f9efdea2fe233 (diff) |
pdns: Update to 4.5.2
Signed-off-by: Wout Bertrums <wout@wbnet.eu>
Diffstat (limited to 'net/pdns/Makefile')
-rw-r--r-- | net/pdns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pdns/Makefile b/net/pdns/Makefile index 55a663294..27ed6af1c 100644 --- a/net/pdns/Makefile +++ b/net/pdns/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pdns -PKG_VERSION:=4.5.1 +PKG_VERSION:=4.5.2 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=74d63c7aa0474de3c2137bb808164691a1a3a62942d2a9a70b648cd277923f9b +PKG_HASH:=93d94a2500b1b3288dde0e76da7c40095382d93f0998d0f15449d1e6fc033641 PKG_MAINTAINER:=Peter van Dijk <peter.van.dijk@powerdns.com> PKG_LICENCE:=GPL-2.0-only |