aws-cli: Update to 1.18.188

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2020-12-02 17:55:51 +00:00
parent 57a0aedb3e
commit 77b7668c9e
2 changed files with 3091 additions and 14 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -24,15 +24,15 @@
include Config
VER = 1.15.77
VER = 1.18.188
THISAPP = aws-cli-$(VER)
THISAPP = awscli-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = aws-cli
PAK_VER = 2
PAK_VER = 3
DEPS = python3-botocore python3-colorama python3-docutils python3-pyasn1 python3-rsa python3-s3transfer python3-yaml
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = b4404ee6ff3c1dad1aa1174d063beb71
$(DL_FILE)_MD5 = d0e6edde94f5bd17bf6024fd6534dc61
install : $(TARGET)