ndn-tools: Update to 0.6.3 and add ndnchunks package
Change-Id: I835a034aba29278129265982af97454a466e6e99
Refs: #4865
diff --git a/ndn-tools/Makefile b/ndn-tools/Makefile
index 0f38e43..3fcd9d9 100644
--- a/ndn-tools/Makefile
+++ b/ndn-tools/Makefile
@@ -2,15 +2,15 @@
GIT_URL=https://github.com/named-data/ndn-tools
# Tag name or commit hash for checkout
-GIT_VERSION=ndn-tools-0.6.2
+GIT_VERSION=ndn-tools-0.6.3
# Package name
NAME=ndn-tools
# Package version
-VERSION=0.6.2
+VERSION=0.6.3-9-release-0.6.3
# PPA version
-PPA_VERSION=1
+PPA_VERSION=2
include ../packaging.mk