2021-07-15 23:00:23 +00:00

26 lines
736 B
JSON

{
"version": "2.2.20",
"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.20.msi",
"hash": "35b4aca013e2f8a29e6861248bdfe8ea5060ae22da754762c1778f8cc15a4c5a"
}
},
"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"
}
}
}
}