diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2021-04-06 12:41:02 +0200 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2021-04-06 12:41:17 +0200 |
commit | 3e3025b1910b158ce35921b4b6fc22579cf4824b (patch) | |
tree | 1963e0d14114a9b2449c07326910f94bfe0d1181 /net/knot-resolver/Makefile | |
parent | 97ea947b1efcf75b6eca10eb7f4d5766c9b6324b (diff) |
knot-resolver: update to version 5.3.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'net/knot-resolver/Makefile')
-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 ceec3d1d0..081b076eb 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.0 +PKG_VERSION:=5.3.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-resolver -PKG_HASH:=fb6cb2c03f4fffbdd8a0098127383d03b14cf7d6abf3a0cd229fb13ff68ee33e +PKG_HASH:=9d4d6b7bcdf114acc948e5ee68c83fcbb3944f48a13b9751dbbbc190cdd729c9 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> PKG_LICENSE:=GPL-3.0-later |