ndn-tools: Update to version 0.6

Change-Id: Icbed028ff5eba1736078b7851f973071fa9ed58c
diff --git a/ndn-tools/Makefile b/ndn-tools/Makefile
index 29181ec..1328e54 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=cc2c717b6289019acc45f209fce5e4cd10c31e72
+GIT_VERSION=ndn-tools-0.6
 
 # Package name
 NAME=ndn-tools
 
 # Package version
-VERSION=0.5-14-gcc2c717b
+VERSION=0.6
 
 # PPA version
-PPA_VERSION=3
+PPA_VERSION=1
 
 include ../packaging.mk