diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-11-30 17:05:02 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-12-01 16:17:42 -0800 |
commit | 8b0457035ef9a4e2483be4014b045d72423deae3 (patch) | |
tree | 5a516390a3798b948c5aff959b50ba0c34a033fa | |
parent | e5a526e5160d602b6034aa2b20e8ced895a7964f (diff) |
pdns-recursor: update to 4.4.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-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 71b6e9034..cd49c0155 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.4.0 +PKG_VERSION:=4.4.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=06bc932e00f13c95ef077a2eb61f64425534042cc50f86408b53c7615c4fe58b +PKG_HASH:=f97fa34635d42c68acee5d4da9db0e5ff619fd49e62acace7b4bdb7ee3675698 PKG_MAINTAINER:=James Taylor <james@jtaylor.id.au> PKG_LICENCE:=GPL-2.0-only |