mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/awscli: Updated for version 1.27.87.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
484f56bfa3
commit
80aeaa807b
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for awscli
|
||||
|
||||
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=awscli
|
||||
VERSION=${VERSION:-1.27.21}
|
||||
VERSION=${VERSION:-1.27.87}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="awscli"
|
||||
VERSION="1.27.21"
|
||||
VERSION="1.27.87"
|
||||
HOMEPAGE="https://aws.amazon.com/cli/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/55/a3/dd48fa718b4a4c55da39e24aaa4727d91e6970ad6ab877da2745aa093d06/awscli-1.27.21.tar.gz"
|
||||
MD5SUM="fe59042e81aec5bf0876ed9c3e29b0e6"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/3b/91/be3471ad58a90b012a7fc43290766e691e4b15e7606ca1d2a4839a5c6cd4/awscli-1.27.87.tar.gz"
|
||||
MD5SUM="e0b89019462adb8197b42f683dd2deec"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="s3transfer colorama python3-rsa"
|
||||
|
|
Loading…
Reference in a new issue