diff options
author | Eric Luehrsen <ericluehrsen@gmail.com> | 2019-12-18 00:06:26 -0500 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@gmail.com> | 2019-12-18 01:32:30 -0500 |
commit | 173f2d6c9fd5f24777240ac35e2c3049a10a6b39 (patch) | |
tree | f7224c36225fa4bf08c286ebb290b2c43796c04d /net/unbound/Makefile | |
parent | b1634c1737bb016f602a13802faba08570b9cb70 (diff) |
unbound: update to 1.9.6
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Diffstat (limited to 'net/unbound/Makefile')
-rw-r--r-- | net/unbound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 3656c0150..d78f76ad7 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.9.5 +PKG_VERSION:=1.9.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound -PKG_HASH:=8a8d400f697c61d73d109c250743a1b6b79848297848026d82b43e831045db57 +PKG_HASH:=1d98fc6ea99197a20b4a0e540e87022cf523085786e0fc26de6ebb2720f5aaf0 PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com> PKG_LICENSE:=BSD-3-Clause |