From 42eb5cc0c3c1b477943d3679b483a9867110bde3 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 28 Sep 2020 09:23:25 +0200 Subject: [PATCH] ddns-scripts: update PKG_VERSION to 2.8.1 Signed-off-by: Florian Eckert --- net/ddns-scripts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index cb11c62f0e..e9987b056e 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-scripts -PKG_VERSION:=2.8.0 -PKG_RELEASE:=24 +PKG_VERSION:=2.8.1 +PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 -- 2.30.2