Browse Source

[Unbound] Update to 1.5.4

Bumped to latest upstream release - 1.5.4

Signed-off by Stijn Segers <francesco.borromini@inventati.org>
Borromini 9 years ago
parent
commit
2f1c2f65e6
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      net/unbound/Makefile

+ 3
- 3
net/unbound/Makefile View File

@@ -8,8 +8,8 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=unbound
11
-PKG_VERSION:=1.5.3
12
-PKG_RELEASE:=2
11
+PKG_VERSION:=1.5.4
12
+PKG_RELEASE:=1
13 13
 
14 14
 PKG_LICENSE:=BSD-3-Clause
15 15
 PKG_LICENSE_FILES:=LICENSE
@@ -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:=1e95fdcbaaf5dc87432d898006a5eb13
20
+PKG_MD5SUM:=f85854baad15adc7ce8acefe6cda4cf8
21 21
 
22 22
 PKG_BUILD_DEPENDS:=libexpat
23 23
 PKG_BUILD_PARALLEL:=1