mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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>
This commit is contained in:
parent
bc74a79258
commit
3f8fd74eb9
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue