summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Corrado Franco2020-01-18 17:03:41 +0100
committer Willy Sudiarto Raharjo2020-01-19 02:53:15 +0100
commiteead993848f8bc9efc6999d538136fb22c0dbcf3 (patch)
treec7639ce70b92bbc1a0680b780c724be70ac88b70 /network
parentb005ee8654d03e25efe8c057728c6d44c1129c49 (diff)
downloadslackbuilds-eead993848f8bc9efc6999d538136fb22c0dbcf3.tar.gz
network/acme.sh: Updated for version 2.8.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/acme.sh/README4
-rw-r--r--network/acme.sh/acme.sh.SlackBuild12
-rw-r--r--network/acme.sh/acme.sh.info6
3 files changed, 8 insertions, 14 deletions
diff --git a/network/acme.sh/README b/network/acme.sh/README
index 374de32be7..2becfe5aca 100644
--- a/network/acme.sh/README
+++ b/network/acme.sh/README
@@ -13,3 +13,7 @@ An ACME Shell script
- Docker friendly
- IPv6 support
- Cron job notifications for renewal or error etc.
+
+ Optional dependencies:
+
+* socat - to standalone mode
diff --git a/network/acme.sh/acme.sh.SlackBuild b/network/acme.sh/acme.sh.SlackBuild
index eaaa3d3c23..f1741842e7 100644
--- a/network/acme.sh/acme.sh.SlackBuild
+++ b/network/acme.sh/acme.sh.SlackBuild
@@ -26,12 +26,10 @@
# Latest version of this SlackBuild at https://github.com/conraid/SlackBuilds
PRGNAM=acme.sh
-VERSION=${VERSION:-2.8.4}
+VERSION=${VERSION:-2.8.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-DOCFILES="*.md"
-
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@@ -39,14 +37,6 @@ OUTPUT=${OUTPUT:-/tmp}
ARCH=noarch
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
-if [ ! -z "${PRINT_PACKAGE_NAME:-""}" ]; then
- echo "$PRGNAM-$VERSION-$ARCH-$BUILD.txz "
- exit 0
-fi
-
set -eu
rm -rf $PKG
diff --git a/network/acme.sh/acme.sh.info b/network/acme.sh/acme.sh.info
index 2d77f19239..05eb09d638 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.4"
+VERSION="2.8.5"
HOMEPAGE="https://acme.sh/"
-DOWNLOAD="https://github.com/Neilpang/acme.sh/archive/2.8.4/acme.sh-2.8.4.tar.gz"
-MD5SUM="f9f3efb3c1485e7f6ef8c418fad6e875"
+DOWNLOAD="https://github.com/Neilpang/acme.sh/archive/2.8.5/acme.sh-2.8.5.tar.gz"
+MD5SUM="226b7155fe85316a7fbd1b54f9639fd2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""