diff options
author | Jan Hak <jan.hak@nic.cz> | 2021-06-21 10:52:32 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-06-21 14:15:33 +0200 |
commit | 8d66f49baef164e6c7a621dd7e72328f62f242f4 (patch) | |
tree | 2e43287d3eff102e22f78be470a5e870e6f7efcd /net/knot | |
parent | 0b8f3ea81a3186f1189def218a3553dea2b572f8 (diff) |
knot: update to version 3.0.7
Signed-off-by: Jan Hak <jan.hak@nic.cz>
Diffstat (limited to 'net/knot')
-rw-r--r-- | net/knot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile index 5183ba17e..756c85870 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=knot -PKG_VERSION:=3.0.6 +PKG_VERSION:=3.0.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-dns/ -PKG_HASH:=63756ac5a00c3e4a066ed231a287faef5963a9183d77326e30bf0644cdf74f86 +PKG_HASH:=2bad8be0be95c8f54a26d1e16299e65f31ae1b34bd6ad3819aa50e7b40521484 PKG_MAINTAINER:=Daniel Salzman <daniel.salzman@nic.cz> PKG_LICENSE:=GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 |