From bda67cc2cc7a3e9c9e5f875f864908f9339745cf Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Wed, 30 Jul 2014 14:01:00 +0200 Subject: [PATCH] ddns-scripts: set myself as maintainer and increase PKG_RELEASE to reflect latest updates. Signed-off-by: Christian Schoenebeck --- net/ddns-scripts/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 4b50e8d8d..f828a4e40 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-scripts PKG_VERSION:=1.0.0 -PKG_RELEASE:=22 +PKG_RELEASE:=23 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) @@ -14,6 +14,7 @@ define Package/ddns-scripts SUBMENU:=IP Addresses and Names TITLE:=Dynamic DNS Scripts PKGARCH:=all + MAINTAINER:=Christian Schoenebeck endef define Package/ddns-scripts/description