2024-11-14 20:28:47 +00:00

29 lines
784 B
JSON

{
"version": "2.21.1",
"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.21.1.msi",
"hash": "fb7a214a597b0ef5f9b8a11377c03e9eea2bc6ee3bb5a1b3621a78491d904875"
}
},
"extract_dir": "Amazon\\AWSCLIV2",
"bin": [
"aws.exe",
"aws_completer.exe"
],
"checkver": {
"url": "https://api.github.com/repositories/6780767/tags",
"jsonpath": "$[0].name"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://awscli.amazonaws.com/AWSCLIV2-$version.msi"
}
}
}
}