diff options
author | Steven Barth <steven@midlink.org> | 2015-10-15 22:04:15 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-10-15 22:04:15 +0200 |
commit | b0f89d5e4c4084927ccb38eb0b28ba47edbe9c1d (patch) | |
tree | 64153c08d77505599715faa9befb838a6d96379b | |
parent | 52585203a1add1b51cc25ee6a42b881a90316367 (diff) | |
parent | c4db8d95ae2038a58dc1fb25589c0523b9a43bc9 (diff) |
Merge pull request #1861 from hansmi/master
[Unbound] Update to 1.5.5
-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 e0cfd2c0d..ae94fdf21 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.5.4 +PKG_VERSION:=1.5.5 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:=f85854baad15adc7ce8acefe6cda4cf8 +PKG_MD5SUM:=e86cccd261c1b01fa9e34cb59b0013d3 PKG_BUILD_DEPENDS:=libexpat PKG_BUILD_PARALLEL:=1 |