network/awscli-v2: Updated for version 2.17.18.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-07-28 20:27:28 +07:00
parent ea687c0a23
commit 5cb6b1e0fd
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"