Ash258 889153daa5 aws: Revert to 1.18.44
- Closes #1021

Installer is not working for normal installation and cannot be extracted.
Checkver disabled and next working version will be rollout manually
2020-04-24 08:41:17 +02:00

20 lines
758 B
JSON

{
"version": "1.18.44",
"license": "Apache-2.0",
"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.",
"url": "https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-1.18.44.msi",
"hash": "8b5441903fddb493b491ece924304d602e571726f9ba4a824fc0fae1cf59b72a",
"extract_dir": "Amazon/AWSCLI",
"bin": [
[
"runtime/python.exe",
"aws",
"-m awscli"
]
],
"autoupdate": {
"url": "https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-$version.msi"
}
}