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/acme.sh.SlackBuild | |
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/acme.sh.SlackBuild')
-rw-r--r-- | network/acme.sh/acme.sh.SlackBuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/network/acme.sh/acme.sh.SlackBuild b/network/acme.sh/acme.sh.SlackBuild index eaaa3d3c2339d..f1741842e7e91 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 |