ndns: Update to the latest dev version

Change-Id: I1296e85112848683b25274c46182fdff6bd4d496
diff --git a/ndns/Makefile b/ndns/Makefile
index 89bbf26..3e20962 100644
--- a/ndns/Makefile
+++ b/ndns/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/ndns
 
 # Tag name or commit hash for checkout
-GIT_VERSION=c7c990080a0b2936cfd1b31fd6b7845affb7df61
+GIT_VERSION=df2e9394fcbfc93169343044b440f258d6c70234
 
 # Package name
 NAME=ndns
 
 # Package version
-VERSION=0.0.4
+VERSION=0.0.5
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=1
 
 include ../packaging.mk