aboutsummaryrefslogtreecommitdiff
path: root/net/kadnode
diff options
context:
space:
mode:
authorMoritz Warning <moritzwarning@web.de>2018-08-26 20:43:50 +0200
committerMoritz Warning <moritzwarning@web.de>2018-08-26 23:04:45 +0200
commit8938517832a86a5bd6465c4852ee540b345edacb (patch)
treeabc395b1f9a9cfd06037130147d3e9cb5ca0b0b9 /net/kadnode
parentd2e615324de8b4b7df978bde699755e999b11501 (diff)
kadnode: update to version 2.2.5
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Diffstat (limited to 'net/kadnode')
-rw-r--r--net/kadnode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kadnode/Makefile b/net/kadnode/Makefile
index 00f868829..1340f7495 100644
--- a/net/kadnode/Makefile
+++ b/net/kadnode/Makefile
@@ -2,14 +2,14 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=kadnode
-PKG_VERSION:=2.2.3
+PKG_VERSION:=2.2.5
PKG_RELEASE:=1
PKG_LICENSE:=MIT
PKG_SOURCE_URL:=https://codeload.github.com/mwarning/KadNode/tar.gz/v$(PKG_VERSION)?
PKG_SOURCE:=kadnode-$(PKG_VERSION).tar.gz
-PKG_HASH:=1f5538a4b904fd2a624a2046f9320f72357af619190188f14bfdb15b5e5f8488
+PKG_HASH:=a72dc54d1869e47e374935cf44aa888a9b13c9dc017ae22e29cf13ead38a506b
PKG_BUILD_DIR:=$(BUILD_DIR)/KadNode-$(PKG_VERSION)