aboutsummaryrefslogtreecommitdiff
path: root/net/kadnode/Makefile
diff options
context:
space:
mode:
authorMoritz Warning <moritzwarning@web.de>2018-05-20 02:27:24 +0200
committerMoritz Warning <moritzwarning@web.de>2018-05-20 02:29:41 +0200
commit1632a5d30751b7e946789b9257679dd916c523dd (patch)
tree09a01fde3d2f55bad5b69b57c6648122f23126a2 /net/kadnode/Makefile
parentd06691be1b39cb43ee76d3c3453fd18a57d68eaf (diff)
kadnode: update to version 2.2.2
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Diffstat (limited to 'net/kadnode/Makefile')
-rw-r--r--net/kadnode/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/net/kadnode/Makefile b/net/kadnode/Makefile
index 5db3247e8..9e54a915a 100644
--- a/net/kadnode/Makefile
+++ b/net/kadnode/Makefile
@@ -1,19 +1,15 @@
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
include $(TOPDIR)/rules.mk
PKG_NAME:=kadnode
-PKG_VERSION:=2.2.0
-PKG_RELEASE:=2
+PKG_VERSION:=2.2.2
+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:=1b3ccaa01cbb7548ef268d8b562059452826dc774529303c494418d1a450ca97
+PKG_HASH:=b9803c3c3218b546265dd0072a23474571af1022e38584f2c5f52483d3b28b1a
PKG_BUILD_DIR:=$(BUILD_DIR)/KadNode-$(PKG_VERSION)