diff options
author | Wout Bertrums <wout@wbnet.eu> | 2021-11-05 15:59:52 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-11-05 15:43:55 -0700 |
commit | 212f9fa76c7c79c6eb8897a1fe74cbed30a8254a (patch) | |
tree | 01887c89ac53ba0dd885f503d9a19a15ea9c32e9 /net/pdns-recursor | |
parent | 932f00edbddbcf6d7d1df1ff2c953fce74e47424 (diff) |
pdns-recursor: Update to v4.5.7
Signed-off-by: Wout Bertrums <wout@wbnet.eu>
Diffstat (limited to 'net/pdns-recursor')
-rw-r--r-- | net/pdns-recursor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index ca470fd19..54ac8c4f5 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.5.5 +PKG_VERSION:=4.5.7 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=a836a39b99fcc21873e4ba3a60aa9915a33fac7b44922696e9a257f551fe05fb +PKG_HASH:=ad4db2d4af4630757f786f3719225c2e37481257d676803a54194c7679d07bab PKG_MAINTAINER:=Peter van Dijk <peter.van.dijk@powerdns.com> PKG_LICENCE:=GPL-2.0-only |