diff options
author | Eric Luehrsen <ericluehrsen@gmail.com> | 2019-06-17 22:45:18 -0400 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@gmail.com> | 2019-06-19 00:50:28 -0400 |
commit | fb2757146fc05eb2192df86eb0375c462b2bb9ef (patch) | |
tree | 68c1cda310ef4f4adffed2e6c3f7d5abbb411796 /net/unbound/Makefile | |
parent | 5f08a7b01d960fb2d2b3aab6ad7bc68d46fd8dc4 (diff) |
unbound: update to 1.9.2
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Diffstat (limited to 'net/unbound/Makefile')
-rw-r--r-- | net/unbound/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 5d5b68671..22341e482 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.9.1 -PKG_RELEASE:=5 +PKG_VERSION:=1.9.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound -PKG_HASH:=c3c0bf9b86ccba4ca64f93dd4fe7351308ab54293f297a67de5a8914c1dc59c5 +PKG_HASH:=6f7acec5cf451277fcda31729886ae7dd62537c4f506855603e3aa153fcb6b95 PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com> PKG_LICENSE:=BSD-3-Clause |