diff options
author | Eric Luehrsen <ericluehrsen@gmail.com> | 2020-09-05 10:00:32 -0400 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@gmail.com> | 2020-09-05 10:04:48 -0400 |
commit | b97cdaf612e1c59277d50d061461b7c206e010ba (patch) | |
tree | 01cdd63b33539e99a6291017a9043192b1158b56 /net/unbound/Makefile | |
parent | d701768ce4dbdc8371151cca00586a9c63c66570 (diff) |
unbound: improve odhcpd rapid update robustness
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Diffstat (limited to 'net/unbound/Makefile')
-rw-r--r-- | net/unbound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index ff796e784..06ceeb373 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound PKG_VERSION:=1.11.0 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound |