diff options
author | Eric Luehrsen <ericluehrsen@gmail.com> | 2019-03-12 20:02:34 -0400 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@gmail.com> | 2019-03-12 20:02:34 -0400 |
commit | 874b65b3b06385a03e5d4414a0cdad1f27de3b5b (patch) | |
tree | ba02a2a42f412eb7f1954ab7121e13d4a1ca242c /net/unbound/Makefile | |
parent | f9dd076a46f3f96a633c3b45b822d40792c55bbe (diff) |
unbound: update to 1.9.1 and remove upstream patches
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 d21551d71..030c5ff1e 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.9.0 +PKG_VERSION:=1.9.1 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:=415af94b8392bc6b2c52e44ac8f17935cc6ddf2cc81edfb47c5be4ad205ab917 +PKG_HASH:=c3c0bf9b86ccba4ca64f93dd4fe7351308ab54293f297a67de5a8914c1dc59c5 PKG_BUILD_PARALLEL:=1 PKG_FIXUP:=autoreconf |