diff options
author | Eric Luehrsen <ericluehrsen@gmail.com> | 2020-01-11 14:13:56 -0500 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@gmail.com> | 2020-01-11 15:42:03 -0500 |
commit | b101dd76fb4fd29cea53dbdabe7f302bdb48dca3 (patch) | |
tree | 9b3c313769af66f1072e900d4480e17fc477d91b /net/unbound/Makefile | |
parent | 8772d56eb507f9db514b0421b86ef0b149efee0b (diff) |
unbound: fix TLS forwards with optional suffix
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 d78f76ad7..aebcd203e 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound PKG_VERSION:=1.9.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound |