aboutsummaryrefslogtreecommitdiff
path: root/network/acme.sh/acme.sh.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/acme.sh/acme.sh.SlackBuild')
-rw-r--r--network/acme.sh/acme.sh.SlackBuild12
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