2024-08-29 20:26:37 +00:00

29 lines
786 B
JSON

{
"version": "2.17.41",
"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.17.41.msi",
"hash": "9c8b85342ffc998dec2452ba0ccb16e2d8d1a4e62001e6ebe99a0771a2c4b4ee"
}
},
"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"
}
}
}
}