diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2021-05-11 10:28:09 +0200 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2021-05-11 10:28:26 +0200 |
commit | 112af34ff3c8b97bf7eb1dbb7fb26b055898e47b (patch) | |
tree | d5126d5946aa27352efd8a1669c0e7bd00b57cb7 /net/knot-resolver | |
parent | ff76ee78967c83cf25e99e6c1b0daabf540918d3 (diff) |
knot-resolver: update to version 5.3.2
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'net/knot-resolver')
-rw-r--r-- | net/knot-resolver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/knot-resolver/Makefile b/net/knot-resolver/Makefile index 081b076eb..89db36fb0 100644 --- a/net/knot-resolver/Makefile +++ b/net/knot-resolver/Makefile @@ -10,12 +10,12 @@ PKG_RELRO_FULL:=0 include $(TOPDIR)/rules.mk PKG_NAME:=knot-resolver -PKG_VERSION:=5.3.1 +PKG_VERSION:=5.3.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-resolver -PKG_HASH:=9d4d6b7bcdf114acc948e5ee68c83fcbb3944f48a13b9751dbbbc190cdd729c9 +PKG_HASH:=8b6f447d5fe93422d4c129a2d4004a977369c3aa6e55258ead1cbd488bc01436 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> PKG_LICENSE:=GPL-3.0-later |