Jakub Čábera a0ee1c39e1 ffsend: Update to version 0.2.67
Fix manifests
2020-09-27 23:54:02 +02:00

26 lines
736 B
JSON

{
"version": "2.0.52",
"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.0.52.msi",
"hash": "c64b6f41b62a9d52026c8959c596ab32aac024c74b2e29b2f248fc1b065e74f9"
}
},
"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"
}
}
}
}