index
:
openwrt-packages.git
Community maintained packages for OpenWrt
log msg
author
committer
range
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
about
summary
refs
log
tree
commit
diff
path:
root
/
net
/
unbound
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Eric Luehrsen <ericluehrsen@gmail.com>
2021-02-21 00:51:49 -0500
committer
Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-02-22 19:08:33 +0100
commit
890cfb38576d1aaa3b2e5faa633b97bfbcc23dfd
(
patch
)
tree
151f847fa5cbf81e38e20bc547982d96386bbf0e
/
net/unbound
parent
406a7883078ce0b925ab093b5a71d855dd002f11
(
diff
)
unbound: update to 1.13.1
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Diffstat
(limited to 'net/unbound')
-rw-r--r--
net/unbound/Makefile
6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile
index bb6dfb805..dad282c53 100644
--- a/
net/unbound/Makefile
+++ b/
net/unbound/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=unbound
-PKG_VERSION:=1.13.0
-PKG_RELEASE:=1
+PKG_VERSION:=1.13.1
+PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=a954043a95b0326ca4037e50dace1f3a207a0a19e9a4a22f4c6718fc623db2a1
+PKG_HASH:=8504d97b8fc5bd897345c95d116e0ee0ddf8c8ff99590ab2b4bd13278c9f50b8
PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com>
PKG_LICENSE:=BSD-3-Clause