mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
- Closes #1021 Installer is not working for normal installation and cannot be extracted. Checkver disabled and next working version will be rollout manually
20 lines
758 B
JSON
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"
|
|
}
|
|
}
|