diff options
author | Huangbin Zhan <zhanhb88@gmail.com> | 2021-01-17 22:28:05 +0800 |
---|---|---|
committer | Huangbin Zhan <zhanhb88@gmail.com> | 2021-01-17 22:28:05 +0800 |
commit | 9eab8cceda7640a751dce82ec7d7547b0d1e1ed6 (patch) | |
tree | ff772ce2f62c22858087a3d0dd3201f61d115d4a /net/ddns-scripts/Makefile | |
parent | e6e518b9ce41a5632e9ecb8d1e7251987baef37e (diff) |
ddns-scripts: fix wget-ssl path
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
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 d3744c871..04a7e8c8f 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:=4 +PKG_RELEASE:=5 PKG_LICENSE:=GPL-2.0 |