nlsr: Update to version 0.4.3

Change-Id: I6888ffc125ed6b14756f77a3ebf00616c101bdc4
diff --git a/nlsr/Makefile b/nlsr/Makefile
index 846f4a0..5c63302 100644
--- a/nlsr/Makefile
+++ b/nlsr/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/NLSR
 
 # Tag name or commit hash for checkout
-GIT_VERSION=NLSR-0.4.2
+GIT_VERSION=NLSR-0.4.3
 
 # Package name
 NAME=nlsr
 
 # Package version
-VERSION=0.4.2
+VERSION=0.4.3
 
 # PPA version
-PPA_VERSION=1
+PPA_VERSION=2
 
 include ../packaging.mk