2021-07-02 00:00:40 +00:00

26 lines
736 B
JSON

{
"version": "2.2.16",
"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.16.msi",
"hash": "dda5c6932b3896023416c8194c70597e38d9842a53e821c942981f7b4adbce5e"
}
},
"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"
}
}
}
}