2024-03-25 17:08:22 +00:00

33 lines
1.4 KiB
JSON

{
"version": "1.8.2",
"homepage": "https://github.com/aws-cloudformation/rain",
"description": "A development workflow tool for working with AWS CloudFormation.",
"license": "Apache-2.0",
"architecture": {
"32bit": {
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.8.2/rain-v1.8.2_windows-i386.zip",
"hash": "28aee2a416c594fd3852e4f333456ccf637561d5cc9e329619ed6605f75b75e4",
"extract_dir": "rain-v1.8.2_windows-i386"
},
"64bit": {
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.8.2/rain-v1.8.2_windows-amd64.zip",
"hash": "167e59e327d247e1710f318e0e9bab9ca0066acf113c76fe724d1f002d91ed1b",
"extract_dir": "rain-v1.8.2_windows-amd64"
}
},
"bin": "rain.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/aws-cloudformation/rain/releases/download/v$version/rain-v$version_windows-i386.zip",
"extract_dir": "rain-v$version_windows-i386"
},
"64bit": {
"url": "https://github.com/aws-cloudformation/rain/releases/download/v$version/rain-v$version_windows-amd64.zip",
"extract_dir": "rain-v$version_windows-amd64"
}
}
}
}