From 9e2aad3fde6b1a9c4c0080c2c7434ab41f0b36ce Mon Sep 17 00:00:00 2001 From: Wenli Looi Date: Wed, 19 May 2021 11:42:25 -0700 Subject: ddns-scripts: Fix for domains with dash Signed-off-by: Wenli Looi --- net/ddns-scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/ddns-scripts/Makefile') diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 3b54e604f..047eab9c8 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:=8 +PKG_RELEASE:=9 PKG_LICENSE:=GPL-2.0 -- cgit v1.2.3