diff options
author | Jan Hák <jan.hak@nic.cz> | 2024-03-06 14:30:16 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-03-06 20:30:07 +0100 |
commit | d660dc6e7ca497bf83b09865570d5c3b37b2609e (patch) | |
tree | 778de6d65fa9a3025e711030655639f56176d0ca /net/knot | |
parent | 032d566ccf457043104bdfeb6b3f9deee1a631d1 (diff) |
knot: update to version 3.3.5
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 ecca6341b..388bbb33b 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=knot -PKG_VERSION:=3.3.4 +PKG_VERSION:=3.3.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-dns/ -PKG_HASH:=2a771b43ce96b6b48d53b29f2086528732e6ac067bc71a3be934f859d1302fc0 +PKG_HASH:=0e0bf04319581280660e8e62ab04be64a7d632331e40fc9c87e76861305db3ad PKG_MAINTAINER:=Daniel Salzman <daniel.salzman@nic.cz> PKG_LICENSE:=GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 |