From 42b3aae738f6f1bf19af86f668c6ca3f8442327a Mon Sep 17 00:00:00 2001 From: Paul Donald <newtwen+github@gmail.com> Date: Sun, 1 Dec 2024 03:14:11 +0100 Subject: [PATCH] ddns-scripts: bump package release Signed-off-by: Paul Donald <newtwen+github@gmail.com> --- 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 83118750c21e32..62a110955c4cbe 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:=52 +PKG_RELEASE:=53 PKG_LICENSE:=GPL-2.0