mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
aws-cli: Update to version 1.22.64
- Update from 1.18.188 to 1.22.64 - Update of rootfile - Ran aws in shell and got help response so it is working in principle - Changelog is too large, with nearly 1700 lines, to include here as there appears to be a new release nearly every day. so there are a huge number of releases between 1.18.188 from Dec 2nd 2020 to 1.22.64 from Feb 28 2022. It appears that only at weekends no releases are done. Full changelog can be viewed at https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
6a95e9841b
commit
e42665e594
File diff suppressed because it is too large
Load Diff
@@ -26,7 +26,7 @@ include Config
|
||||
|
||||
SUMMARY = Amazon Web Services Command Line Interface
|
||||
|
||||
VER = 1.18.188
|
||||
VER = 1.22.64
|
||||
|
||||
THISAPP = awscli-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = aws-cli
|
||||
PAK_VER = 5
|
||||
PAK_VER = 6
|
||||
|
||||
DEPS = python3-botocore python3-colorama python3-docutils python3-pyasn1 python3-rsa python3-s3transfer python3-six python3-yaml
|
||||
|
||||
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = d0e6edde94f5bd17bf6024fd6534dc61
|
||||
$(DL_FILE)_MD5 = 834220f0a799569c43a58dcd0493c894
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user