ndn-cxx: Updating to the latest version
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile
index 6ec19d0..91a94dd 100644
--- a/ndn-cxx/Makefile
+++ b/ndn-cxx/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/ndn-cxx.git
 
 # Tag name or commit hash for checkout
-GIT_VERSION=ndn-cxx-0.2.0
+GIT_VERSION=9ad2d7222c3bf7be7f5d7d9fcf806716d9edb5ca
 
 # Package name
 NAME=ndn-cxx
 
 # Package version
-VERSION=0.2.0
+VERSION=0.2.0-1
 
 # PPA version
-PPA_VERSION=1
+PPA_VERSION=2
 
 include ../packaging.mk