diff options
author | Eric Luehrsen <ericluehrsen@gmail.com> | 2018-12-12 16:39:02 -0500 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@gmail.com> | 2018-12-12 16:39:02 -0500 |
commit | 705335c2866524ea2019cf23b2b12fbd25ce3492 (patch) | |
tree | d5a9e6916054d4b876a20df3c6fc8b8ff9237cff | |
parent | 5c823596dd4f51969425b7a39f9b3c2730aa4e72 (diff) |
unbound: update to 1.8.3
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
-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 6605f2946..3de8a8eec 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.8.2 +PKG_VERSION:=1.8.3 PKG_RELEASE:=1 PKG_LICENSE:=BSD-3-Clause @@ -17,7 +17,7 @@ PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.unbound.net/downloads -PKG_HASH:=19f2235a8936d89e7dc919bbfcef355de759f220e36bb5e1e931ac000ed04993 +PKG_HASH:=2b692b8311edfad41e7d0380aac34576060d4176add81dc5db419c79b2a4cecc PKG_BUILD_PARALLEL:=1 PKG_FIXUP:=autoreconf |