diff options
author | Peter van Dijk <peter.van.dijk@powerdns.com> | 2022-12-09 11:27:52 +0100 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2022-12-12 05:17:37 +0800 |
commit | f558461895ae41d1122cca7e6d347bd6efc7d06d (patch) | |
tree | e9d48636a14d98d8475c64012d536b69da591d9c /net | |
parent | fd7da3333e98c0d2ef1ed9d7997fe78000474caf (diff) |
pdns: update to 4.7.3
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/pdns/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/pdns/Makefile b/net/pdns/Makefile index c9ceda200..1ada8bd3c 100644 --- a/net/pdns/Makefile +++ b/net/pdns/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pdns -PKG_VERSION:=4.7.2 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=4.7.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=4dcae35ebdc04915872d7bf6e2d0bca4b05c6350a100a5cf9c29df53baa53ce2 +PKG_HASH:=8bad351b2e09426f6d4fb0346881a5155fe555497c3d85071e531e7c7afe3e76 PKG_MAINTAINER:=Peter van Dijk <peter.van.dijk@powerdns.com> PKG_LICENCE:=GPL-2.0-only |