Sfoglia il codice sorgente

[Unbound] Update to 1.5.6

Bump unbound to version 1.5.6 released on October 20, 2015.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
Michael Hanselmann 9 anni fa
parent
commit
2f0f2c4cd9
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      net/unbound/Makefile

+ 2
- 2
net/unbound/Makefile Vedi File

@@ -8,7 +8,7 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=unbound
11
-PKG_VERSION:=1.5.5
11
+PKG_VERSION:=1.5.6
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_LICENSE:=BSD-3-Clause
@@ -17,7 +17,7 @@ PKG_MAINTAINER:=Michael Hanselmann <public@hansmi.ch>
17 17
 
18 18
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
19 19
 PKG_SOURCE_URL:=http://www.unbound.net/downloads
20
-PKG_MD5SUM:=e86cccd261c1b01fa9e34cb59b0013d3
20
+PKG_MD5SUM:=691a34abd8e9257dd65b70f28326c1f0
21 21
 
22 22
 PKG_BUILD_DEPENDS:=libexpat
23 23
 PKG_BUILD_PARALLEL:=1