Updating packages to the latest canidate release versions
diff --git a/nfd/Makefile b/nfd/Makefile
index 597ed7a..64174a7 100644
--- a/nfd/Makefile
+++ b/nfd/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/NFD.git
 
 # Tag name or commit hash for checkout
-GIT_VERSION=NFD-0.2.0-rc1
+GIT_VERSION=b609f00cbe94cd59c6a0162bb8fde84be3a5dd79
 
 # Package name
 NAME=nfd
 
 # Package version
-VERSION=0.2.0~rc1
+VERSION=0.2.0~rc1.1
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=1
 
 include ../packaging.mk