aws: Update to version 2.0.50 (#1395)

* Add AWS CLI v2 as separate install manifest

* Bump to version 2.0.48

* Update existing aws manifest to v2

* Update to latest 2.0.50

Co-authored-by: Ross Smith II <ross@smithii.com>
This commit is contained in:
Dennis Roche 2020-09-27 21:25:31 +08:00 committed by GitHub
parent 4cb943834c
commit 5fd5acd983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +1,25 @@
{ {
"version": "1.18.44", "version": "2.0.50",
"license": "Apache-2.0", "license": "Apache-2.0",
"homepage": "https://aws.amazon.com/cli/", "homepage": "https://aws.amazon.com/cli/",
"description": "The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.", "description": "The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.",
"url": "https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-1.18.44.msi", "architecture": {
"hash": "8b5441903fddb493b491ece924304d602e571726f9ba4a824fc0fae1cf59b72a", "64bit": {
"extract_dir": "Amazon/AWSCLI", "url": "https://awscli.amazonaws.com/AWSCLIV2-2.0.50.msi",
"bin": [ "hash": "337003f19e64deb910c76c2671df881c4c4196233565d6fc77f26f7ed17d9ff4"
[ }
"runtime/python.exe", },
"aws", "extract_dir": "Amazon\\AWSCLIV2",
"-m awscli" "bin": "aws.exe",
] "checkver": {
], "url": "https://api.github.com/repos/aws/aws-cli/tags",
"jsonpath": "$[0].name"
},
"autoupdate": { "autoupdate": {
"url": "https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-$version.msi" "architecture": {
"64bit": {
"url": "https://awscli.amazonaws.com/AWSCLIV2-$version.msi"
}
}
} }
} }