From: Jeffery To Date: Fri, 8 May 2020 07:47:24 +0000 (+0800) Subject: ddns-scripts: Increment PKG_RELEASE and internal version number X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b8ce0e959994932b45c15ce3ae8f77968c9a9ff9;p=feed%2Fpackages.git ddns-scripts: Increment PKG_RELEASE and internal version number Signed-off-by: Jeffery To --- diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile old mode 100755 new mode 100644 index 603944048d..52ab280091 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts PKG_VERSION:=2.7.8 # Release == build # increase on changes of services files or tld_names.dat -PKG_RELEASE:=12 +PKG_RELEASE:=13 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:= diff --git a/net/ddns-scripts/files/dynamic_dns_functions.sh b/net/ddns-scripts/files/dynamic_dns_functions.sh index db0beb83fe..499cc0923f 100755 --- a/net/ddns-scripts/files/dynamic_dns_functions.sh +++ b/net/ddns-scripts/files/dynamic_dns_functions.sh @@ -21,7 +21,7 @@ . /lib/functions/network.sh # GLOBAL VARIABLES # -VERSION="2.7.8-11" +VERSION="2.7.8-13" SECTION_ID="" # hold config's section name VERBOSE=0 # default mode is log to console, but easily changed with parameter MYPROG=$(basename $0) # my program call name