mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
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:
parent
4cb943834c
commit
5fd5acd983
@ -1,19 +1,25 @@
|
||||
{
|
||||
"version": "1.18.44",
|
||||
"version": "2.0.50",
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://awscli.amazonaws.com/AWSCLIV2-2.0.50.msi",
|
||||
"hash": "337003f19e64deb910c76c2671df881c4c4196233565d6fc77f26f7ed17d9ff4"
|
||||
}
|
||||
},
|
||||
"extract_dir": "Amazon\\AWSCLIV2",
|
||||
"bin": "aws.exe",
|
||||
"checkver": {
|
||||
"url": "https://api.github.com/repos/aws/aws-cli/tags",
|
||||
"jsonpath": "$[0].name"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-$version.msi"
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://awscli.amazonaws.com/AWSCLIV2-$version.msi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user