mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/awscli-v2: Updated for version 2.17.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ea687c0a23
commit
5cb6b1e0fd
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=awscli-v2
|
||||
SRCNAM=aws-cli
|
||||
VERSION=${VERSION:-2.14.1}
|
||||
VERSION=${VERSION:-2.17.18}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="awscli-v2"
|
||||
VERSION="2.14.1"
|
||||
VERSION="2.17.18"
|
||||
HOMEPAGE="https://aws.amazon.com/cli/"
|
||||
DOWNLOAD="https://github.com/aws/aws-cli/archive/2.14.1/aws-cli-2.14.1.tar.gz"
|
||||
MD5SUM="f7a5bb039aaff1bc0f385c0f5013f599"
|
||||
DOWNLOAD="https://github.com/aws/aws-cli/archive/2.17.18/aws-cli-2.17.18.tar.gz"
|
||||
MD5SUM="9413bf347e1fe46d9a3c58412483b16e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="awscrt colorama cryptography python3-ruamel.yaml python3-ruamel.yaml.clib python3-prompt_toolkit python3-dateutil jmespath"
|
||||
|
|
Loading…
Reference in a new issue