diff options
author | Peter van Dijk <peter.van.dijk@powerdns.com> | 2022-03-25 15:31:36 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-03-28 19:55:18 -0700 |
commit | 5f6dcc013dcf0c5ba06b3c2e43a3a4fdd10987ab (patch) | |
tree | 89addb6aad1b42077821696e4b422f876744270d /net/pdns-recursor | |
parent | 0aaea23c079bd9ede81b77e22835cb102d5f4fb8 (diff) |
pdns-recursor: update to 4.6.1
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
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 8dd179fdf..11516b523 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.6.0 +PKG_VERSION:=4.6.1 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=df06559398aebc594d2e1e27d177f981bdbbc17f968d6306a52aa7d1119fbcf2 +PKG_HASH:=7b8500908b84a87ea8a021cbff3f6c1f9ff95f0199e7c972b15b93dfb1561ceb PKG_MAINTAINER:=Peter van Dijk <peter.van.dijk@powerdns.com> PKG_LICENCE:=GPL-2.0-only |