diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-12-04 20:50:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-04 20:50:56 -0800 |
commit | 2aee3b04c0c35eb8a2ab59a6795d70dc9a873223 (patch) | |
tree | 2de0ef5021f823f5c7f265864627a6eed85e2ec3 /net | |
parent | b4be5e19344dbae29e711b4cc47fe3c02f189129 (diff) | |
parent | 79e3a32656b33b0a0ef41ce2feccc902b7ee89d7 (diff) |
Merge pull request #14136 from EricLuehrsen/unbound_011300
unbound: update to 1.13.0
Diffstat (limited to 'net')
-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 d2701eeff..bb6dfb805 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.12.0 +PKG_VERSION:=1.13.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound -PKG_HASH:=5b9253a97812f24419bf2e6b3ad28c69287261cf8c8fa79e3e9f6d3bf7ef5835 +PKG_HASH:=a954043a95b0326ca4037e50dace1f3a207a0a19e9a4a22f4c6718fc623db2a1 PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com> PKG_LICENSE:=BSD-3-Clause |