diff options
author | Igor Baidasov <igorbay@bk.ru> | 2023-10-14 16:02:21 +0300 |
---|---|---|
committer | Igor Baidasov <igorbay@bk.ru> | 2023-10-18 12:56:58 +0300 |
commit | a80fec48506260f77e1d325e481c664d0e2d731a (patch) | |
tree | c074eb169a5c259adff0316d798ff2fa17be5d42 /net/ddns-scripts/Makefile | |
parent | 53dc7146f4623a99b62da5918b3f4ce002697a32 (diff) |
ddns-scripts: add new DDNS provider ipnodns.ru
Signed-off-by: Igor Baidasov <igorbay@bk.ru>
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 e37da9a74..61ceef863 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:=40 +PKG_RELEASE:=41 PKG_LICENSE:=GPL-2.0 |