diff options
author | Michael Hanselmann <public@hansmi.ch> | 2016-03-17 15:35:39 +0100 |
---|---|---|
committer | Michael Hanselmann <public@hansmi.ch> | 2016-03-17 15:35:39 +0100 |
commit | e14f9ac57fe45d8ccfab7d75ebb0480b26139cb8 (patch) | |
tree | 864616ccba0edc378fadc61873a79ef4d065f92b /net | |
parent | 8b210955e4002bcf6afdebe6d4dfb4b94583f3e9 (diff) |
[Unbound] Update to 1.5.8
Bump unbound to version 1.5.8 released on March 2, 2016.
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
Diffstat (limited to 'net')
-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 baf1c5740..8549f6191 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2015 OpenWrt.org +# Copyright (C) 2010-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.5.7 +PKG_VERSION:=1.5.8 PKG_RELEASE:=1 PKG_LICENSE:=BSD-3-Clause @@ -17,7 +17,7 @@ PKG_MAINTAINER:=Michael Hanselmann <public@hansmi.ch> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.unbound.net/downloads -PKG_MD5SUM:=a1253cbbb339dbca03404dcc58365d71 +PKG_MD5SUM:=1c34282bae0c625b86374ee9caaef6f7 PKG_BUILD_DEPENDS:=libexpat PKG_BUILD_PARALLEL:=1 |