diff options
author | David Bauer <mail@david-bauer.net> | 2020-06-04 15:53:52 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-06-04 16:02:29 +0200 |
commit | b66955968d6d466084cbf039404f583d8ac8bc4e (patch) | |
tree | bde3c2104887969704366df022e1f7d13ce331e8 | |
parent | 815a789b814eec6452fcb51bffbf8df93273633d (diff) |
unbound: bump PKG_RELEASE
Fixes commit da76aeb24c1b ("unbound: expose interface-auto to UCI")
Signed-off-by: David Bauer <mail@david-bauer.net>
-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 3c6e46987..0afb0e1c8 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound PKG_VERSION:=1.10.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound |