From 219b0af28f7e0b03d0d10bee742710d3262b1f85 Mon Sep 17 00:00:00 2001 From: Gerald Hansen Date: Tue, 26 Jan 2021 09:23:43 +0100 Subject: [PATCH] ddns-scripts: Increase PKG_RELEASE Signed-off-by: Gerald Hansen --- 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 04a7e8c8f..a7df671be 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-scripts PKG_VERSION:=2.8.2 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_LICENSE:=GPL-2.0