mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
aws-cli: Update to 1.23.12
This package and python3-botocore have to match exactly. Amazon does not seem to care too much about compatibility between different versions which is why we need to keep both in sync. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
15194dcc39
commit
7154d8bfa6
File diff suppressed because it is too large
Load Diff
@@ -26,15 +26,15 @@ include Config
|
||||
|
||||
SUMMARY = Amazon Web Services Command Line Interface
|
||||
|
||||
VER = 1.18.188
|
||||
VER = 1.23.12
|
||||
|
||||
THISAPP = awscli-$(VER)
|
||||
THISAPP = aws-cli-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
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)_BLAKE2 = cce3566bf44a896381198b088e479c6185b91298585ea855ea0ac19c76a736b1f746413009a56b3a755de6c9c788a70cf78e3d010968c17d5b6dce45a650a9de
|
||||
$(DL_FILE)_BLAKE2 = 27dcd4580de6af921475435c2ca080179ac9d6687a4c5ba445049b5c501d868ca7cc67421a1faef6fd36fd7786ba8593818007dcb46ed6cfb1c5a57ba0b1c438
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user