diff options
author | Jan Hák <jan.hak@nic.cz> | 2023-06-07 13:23:05 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2023-06-07 16:57:52 +0200 |
commit | 439694a0128739e493d5ff2d20a8cbd4d4ca253e (patch) | |
tree | 4a4f80e7951450406a623e7c736ec1fe1820dc41 /net/knot | |
parent | 0b35054fb085767430aa525bc9b67be4c159b612 (diff) |
knot: update to version 3.2.7
Signed-off-by: Jan Hák <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 deb16423e..c9797cc16 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=knot -PKG_VERSION:=3.2.6 +PKG_VERSION:=3.2.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-dns/ -PKG_HASH:=ac124fb17dbc4ac5310a30a396245a6ba304b3c89abed0f8a47d727462c8da4d +PKG_HASH:=d3b7872ac8aa80f7f54ddb1bb3b1e2f90ec55f7270a2c4a9338eab42b7d2767b PKG_MAINTAINER:=Daniel Salzman <daniel.salzman@nic.cz> PKG_LICENSE:=GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 |