lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 2f1c2f65e65878a98b7cfadf41ab178e73d2d9d3
parent 7d12c8be58695e4ca4d40d8f2e6ce2e57720c88c
Author: Borromini <Borromini@users.noreply.github.com>
Date:   Mon, 31 Aug 2015 21:09:18 +0200

[Unbound] Update to 1.5.4

Bumped to latest upstream release - 1.5.4

Signed-off by Stijn Segers <francesco.borromini@inventati.org>
Diffstat:
Mnet/unbound/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/unbound/Makefile b/net/unbound/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.5.3 -PKG_RELEASE:=2 +PKG_VERSION:=1.5.4 +PKG_RELEASE:=1 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE @@ -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:=1e95fdcbaaf5dc87432d898006a5eb13 +PKG_MD5SUM:=f85854baad15adc7ce8acefe6cda4cf8 PKG_BUILD_DEPENDS:=libexpat PKG_BUILD_PARALLEL:=1