diff options
author | Johnathan Arsenault <johnathan.arsenault@gmail.com> | 2020-10-02 18:56:05 -0400 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-10-05 16:02:26 +0200 |
commit | 33d6dc402743f9598b9f50bbc3aa7495acd49c4a (patch) | |
tree | 5c67e651531f286576a7ac6a8c4234626d21002e /net/ddns-scripts/Makefile | |
parent | 1640ff1a1e1de6a3217cdd0c43905d4b2dd83f8f (diff) |
ddns-scripts: add ipv6 capability for no-ip.com
Signed-off-by: Johnathan Arsenault <johnathan.arsenault@gmail.com>
Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Diffstat (limited to 'net/ddns-scripts/Makefile')
-rw-r--r-- | net/ddns-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index e9987b056..912e6d860 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-scripts -PKG_VERSION:=2.8.1 +PKG_VERSION:=2.8.2 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 |