diff options
author | Edi Turn <yyxstter@gmail.com> | 2021-01-27 20:40:03 +0800 |
---|---|---|
committer | Edi Turn <yyxstter@gmail.com> | 2021-01-27 20:40:03 +0800 |
commit | 0e4f2b1068c46625d2a6c8151ca327eaad01b687 (patch) | |
tree | ea075d856751857323bd039c1e20ca7e3dd3728f /net/ddns-scripts/Makefile | |
parent | c0135a326c7663f20ccf35fbc20d58487c81e912 (diff) |
ddns-scripts: make WGET_SSL executable
Signed-off-by: Edi Turn <yyxstter@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 a7df671be..e3b0c4c46 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:=6 +PKG_RELEASE:=7 PKG_LICENSE:=GPL-2.0 |