diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-09-28 09:23:25 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-09-28 15:28:27 +0200 |
commit | 42eb5cc0c3c1b477943d3679b483a9867110bde3 (patch) | |
tree | a157904b1dff37ee6d887a0fd8237bd3d5e6415c /net/ddns-scripts/Makefile | |
parent | 8d10cdda08445123067847aa748bcece528664c0 (diff) |
ddns-scripts: update PKG_VERSION to 2.8.1
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'net/ddns-scripts/Makefile')
-rw-r--r-- | net/ddns-scripts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index cb11c62f0..e9987b056 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 |