From 9d7f3d5f63fb5ec507d743cd8ed5a18d8e8be568 Mon Sep 17 00:00:00 2001 From: Phil John Date: Wed, 16 Aug 2017 20:55:22 +0100 Subject: [PATCH] ddns-scripts: update PKG_RELEASE in Makefile As requested, bumping the PKG_RELEASE Signed-off-by: Phil John --- net/ddns-scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index d5a79c898..f1e084904 100755 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts PKG_VERSION:=2.7.6 # Release == build # increase on changes of services files or tld_names.dat -PKG_RELEASE:=16 +PKG_RELEASE:=17 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Christian Schoenebeck