Browse Source

[Unbound] Update to 1.5.5

Bump unbound to version 1.5.5 released on October 6, 2015.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
lilik-openwrt-22.03
Michael Hanselmann 9 years ago
parent
commit
c4db8d95ae
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/unbound/Makefile

+ 2
- 2
net/unbound/Makefile View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=unbound
PKG_VERSION:=1.5.4
PKG_VERSION:=1.5.5
PKG_RELEASE:=1
PKG_LICENSE:=BSD-3-Clause
@ -17,7 +17,7 @@ PKG_MAINTAINER:=Michael Hanselmann <public@hansmi.ch>
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.unbound.net/downloads
PKG_MD5SUM:=f85854baad15adc7ce8acefe6cda4cf8
PKG_MD5SUM:=e86cccd261c1b01fa9e34cb59b0013d3
PKG_BUILD_DEPENDS:=libexpat
PKG_BUILD_PARALLEL:=1


Loading…
Cancel
Save