diff options
author | Corrado Franco <conraid (at) linux (dot) it> | 2020-01-18 23:03:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-19 08:53:15 +0700 |
commit | eead993848f8bc9efc6999d538136fb22c0dbcf3 (patch) | |
tree | c7639ce70b92bbc1a0680b780c724be70ac88b70 /network/acme.sh | |
parent | b005ee8654d03e25efe8c057728c6d44c1129c49 (diff) |
network/acme.sh: Updated for version 2.8.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/acme.sh')
-rw-r--r-- | network/acme.sh/README | 4 | ||||
-rw-r--r-- | network/acme.sh/acme.sh.SlackBuild | 12 | ||||
-rw-r--r-- | network/acme.sh/acme.sh.info | 6 |
3 files changed, 8 insertions, 14 deletions
diff --git a/network/acme.sh/README b/network/acme.sh/README index 374de32be756..2becfe5acae2 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 eaaa3d3c2339..f1741842e7e9 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 2d77f1923973..05eb09d638eb 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="" |