diff options
author | Corrado Franco <conraid (at) linux (dot) it> | 2022-06-17 21:00:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:09:59 +0700 |
commit | 3f8fd74eb9871c0f9a5603fddc9ec4bd1f4165b9 (patch) | |
tree | dde8582d64f448e70a71b67e3f443f4cb4b3773e | |
parent | bc74a792584082818a95160e69a64068c109a1ab (diff) |
network/acme.sh: Updated for version 3.0.4.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/acme.sh/acme.sh.SlackBuild | 6 | ||||
-rw-r--r-- | network/acme.sh/acme.sh.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/acme.sh/acme.sh.SlackBuild b/network/acme.sh/acme.sh.SlackBuild index ae92030289d30..220d05dcfb230 100644 --- a/network/acme.sh/acme.sh.SlackBuild +++ b/network/acme.sh/acme.sh.SlackBuild @@ -28,11 +28,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=acme.sh -VERSION=${VERSION:-3.0.2} +VERSION=${VERSION:-3.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} +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. @@ -45,8 +47,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -ARCH=noarch - set -eu rm -rf $PKG diff --git a/network/acme.sh/acme.sh.info b/network/acme.sh/acme.sh.info index ec7b05c7064c7..7a08d4f5e7059 100644 --- a/network/acme.sh/acme.sh.info +++ b/network/acme.sh/acme.sh.info @@ -1,8 +1,8 @@ PRGNAM="acme.sh" -VERSION="3.0.2" +VERSION="3.0.4" HOMEPAGE="https://acme.sh/" -DOWNLOAD="https://github.com/Neilpang/acme.sh/archive/3.0.2/acme.sh-3.0.2.tar.gz" -MD5SUM="ffd6f40d2d4487d0e5d2f458d2ca0c65" +DOWNLOAD="https://github.com/Neilpang/acme.sh/archive/3.0.4/acme.sh-3.0.4.tar.gz" +MD5SUM="efae4d6a5d0221778b838945fe3e701f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |