mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/awscli: Updated for version 1.10.15.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
646107dcef
commit
7142cbc22a
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=awscli
|
||||
VERSION=${VERSION:-1.10.5}
|
||||
VERSION=${VERSION:-1.10.15}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,7 +70,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Patch to support new colorama version
|
||||
sed -i "10s/0.3.3/0.3.6/" setup.py
|
||||
sed -i "10s/0.3.3/0.3.7/" setup.py
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="awscli"
|
||||
VERSION="1.10.5"
|
||||
VERSION="1.10.15"
|
||||
HOMEPAGE="http://aws.amazon.com/cli/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/awscli/awscli-1.10.5.tar.gz"
|
||||
MD5SUM="ec31d9b3366f7b7d3eb3c8d396bead94"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/awscli/awscli-1.10.15.tar.gz"
|
||||
MD5SUM="f27678b5250be58f107eb75ee7fa30f8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="botocore colorama rsa"
|
||||
|
|
Loading…
Reference in a new issue