2021-06-24 23:01:47 +00:00

26 lines
736 B
JSON

{
"version": "2.2.14",
"description": "Unified tool to manage AWS services",
"homepage": "https://aws.amazon.com/cli/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://awscli.amazonaws.com/AWSCLIV2-2.2.14.msi",
"hash": "afac60cb1231e18cad69a4592c03a943fd9b1c1bcf097aa2b550ea5a081fce28"
}
},
"extract_dir": "Amazon\\AWSCLIV2",
"bin": "aws.exe",
"checkver": {
"url": "https://api.github.com/repos/aws/aws-cli/tags",
"jsonpath": "$[0].name"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://awscli.amazonaws.com/AWSCLIV2-$version.msi"
}
}
}
}