diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-08-09 15:18:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-09 15:18:55 +0200 |
commit | 86f87bc5e71150662ac540a788c246c17a66e067 (patch) | |
tree | 8afa44aa205e51b0fc721e006a76c891d1432d55 /net | |
parent | 9436ff426171d5ff4f3b4d31edf5c7db7b08a78b (diff) | |
parent | 0b19979301d207584da35600f3a5a917e0a4f4c4 (diff) |
Merge pull request #9662 from Payne-X6/master
knot: update to 2.8.3
Diffstat (limited to 'net')
-rw-r--r-- | net/knot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile index ade9bc0f9..23f49f041 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=knot -PKG_VERSION:=2.8.2 +PKG_VERSION:=2.8.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-dns/ -PKG_HASH:=00d24361a2406392c508904fad943536bae6369981686b4951378fc1c9a5a137 +PKG_HASH:=8a62d81e5cf3df938f469b60ed4e46d9161007c2b89fbf7ae07525fa68368bad PKG_MAINTAINER:=Daniel Salzman <daniel.salzman@nic.cz> PKG_LICENSE:=GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 @@ -44,7 +44,7 @@ endef define Package/knot-libs $(call Package/knot-lib/Default) TITLE+= common DNS and DNSSEC libraries - DEPENDS+=+libgnutls + DEPENDS+=+libgnutls +lmdb endef define Package/knot-libzscanner |