summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Corrado Franco2019-10-12 01:54:00 +0200
committer Willy Sudiarto Raharjo2019-10-12 01:54:00 +0200
commitd0f08a498b60fbdc8a049120af3c79d12c62f719 (patch)
tree7a4af1200ed9d8a78d2e1e2cb8f59c5a2fbd2f54 /network
parent7785a3e00e79ccf0a56a7f4cc19fc6ba1314a9cb (diff)
downloadslackbuilds-d0f08a498b60fbdc8a049120af3c79d12c62f719.tar.gz
network/acme.sh: Updated for version 2.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/acme.sh/acme.sh.SlackBuild6
-rw-r--r--network/acme.sh/acme.sh.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/network/acme.sh/acme.sh.SlackBuild b/network/acme.sh/acme.sh.SlackBuild
index 92cec590d9..6665144a48 100644
--- a/network/acme.sh/acme.sh.SlackBuild
+++ b/network/acme.sh/acme.sh.SlackBuild
@@ -26,7 +26,7 @@
# Latest version of this SlackBuild at https://github.com/conraid/SlackBuilds
PRGNAM=acme.sh
-VERSION=${VERSION:-2.8.2}
+VERSION=${VERSION:-2.8.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,8 +64,8 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
install -Dm755 acme.sh $PKG/usr/bin/acme.sh
-install -Dm755 deploy/*.sh -t $PKG/usr/share/$PRGNAM/deploy/
-install -Dm755 dnsapi/*.sh -t $PKG/usr/share/$PRGNAM/dnsapi/
+mkdir -p $PKG/usr/share/$PRGNAM
+cp -r deploy dnsapi notify $PKG/usr/share/$PRGNAM
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a *.md $PKG/usr/doc/$PRGNAM-$VERSION || true
diff --git a/network/acme.sh/acme.sh.info b/network/acme.sh/acme.sh.info
index a5c66cf618..287255ce35 100644
--- a/network/acme.sh/acme.sh.info
+++ b/network/acme.sh/acme.sh.info
@@ -1,8 +1,8 @@
PRGNAM="acme.sh"
-VERSION="2.8.2"
+VERSION="2.8.3"
HOMEPAGE="https://acme.sh/"
-DOWNLOAD="https://github.com/Neilpang/acme.sh/archive/2.8.2/acme.sh-2.8.2.tar.gz"
-MD5SUM="750a31f808cb507adf2d772f07ae596a"
+DOWNLOAD="https://github.com/Neilpang/acme.sh/archive/2.8.3/acme.sh-2.8.3.tar.gz"
+MD5SUM="f1faea62db62cf36040926be6b169c2f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""