aboutsummaryrefslogtreecommitdiff
path: root/net/ddns-scripts/Makefile
diff options
context:
space:
mode:
authorMax Berger <max@berger.name>2023-10-30 20:14:40 +0100
committerMax Berger <max@berger.name>2023-11-25 16:27:18 +0100
commit86a620f644ae5a57022bddb6d7ee98a263143a35 (patch)
tree234123f027638887a2c8be066321b22130bda0a9 /net/ddns-scripts/Makefile
parente7979d6b04e761e6b01a4eec7144841da1c8d9da (diff)
ddns-scripts: Fix Route53 provider
This fixes the Invalid Resource Record: FATAL problem: ARRDATAIllegalIPv4Address error message described in https://forum.openwrt.org/t/route53v1-script-error/160068 Maintainer: @chris5560, @maxberger, @dibdot Tested: Checked on local system Signed-off-by: Max Berger <max@berger.name>
Diffstat (limited to 'net/ddns-scripts/Makefile')
-rw-r--r--net/ddns-scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile
index 61ceef863..607152a1c 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:=41
+PKG_RELEASE:=42
PKG_LICENSE:=GPL-2.0