diff options
author | Eric Luehrsen <ericluehrsen@gmail.com> | 2018-12-05 00:31:05 -0500 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@gmail.com> | 2018-12-05 00:31:05 -0500 |
commit | 0b4da5d97d61e138859ad4da5b75da5a3c82384e (patch) | |
tree | 121b8aa7d0449c4871ea6ea660967c3af35312a7 /net/unbound/Makefile | |
parent | ae102f4ef89abbce3a150368007e245a6b9a57cc (diff) |
unbound: update to 1.8.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 e492c1372..6605f2946 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.8.1 -PKG_RELEASE:=3 +PKG_VERSION:=1.8.2 +PKG_RELEASE:=1 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE @@ -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:=c362b3b9c35d1b8c1918da02cdd5528d729206c14c767add89ae95acae363c5d +PKG_HASH:=19f2235a8936d89e7dc919bbfcef355de759f220e36bb5e1e931ac000ed04993 PKG_BUILD_PARALLEL:=1 PKG_FIXUP:=autoreconf |