From 8668e83d51c537f11aaa39250ea02fbedf5a1f8d Mon Sep 17 00:00:00 2001 From: Eric Luehrsen Date: Sun, 10 May 2020 23:42:36 -0400 Subject: [PATCH] unbound: update to 1.10.0 cherry-pick: f779ef48cd21474acf72ee151588737273a509c2 Signed-off-by: Eric Luehrsen --- net/unbound/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 539a18b34f..3166019680 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.9.6 -PKG_RELEASE:=3 +PKG_VERSION:=1.10.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound -PKG_HASH:=1d98fc6ea99197a20b4a0e540e87022cf523085786e0fc26de6ebb2720f5aaf0 +PKG_HASH:=152f486578242fe5c36e89995d0440b78d64c05123990aae16246b7f776ce955 PKG_MAINTAINER:=Eric Luehrsen PKG_LICENSE:=BSD-3-Clause -- 2.30.2