summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Corrado Franco2022-06-17 22:00:10 +0200
committer Willy Sudiarto Raharjo2022-06-18 04:09:59 +0200
commit3f8fd74eb9871c0f9a5603fddc9ec4bd1f4165b9 (patch)
treedde8582d64f448e70a71b67e3f443f4cb4b3773e /network
parentbc74a792584082818a95160e69a64068c109a1ab (diff)
downloadslackbuilds-3f8fd74eb9871c0f9a5603fddc9ec4bd1f4165b9.tar.gz
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>
Diffstat (limited to 'network')
-rw-r--r--network/acme.sh/acme.sh.SlackBuild6
-rw-r--r--network/acme.sh/acme.sh.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/network/acme.sh/acme.sh.SlackBuild b/network/acme.sh/acme.sh.SlackBuild
index ae92030289..220d05dcfb 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 ec7b05c706..7a08d4f5e7 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=""