2025-07-07 20:29:17 +00:00

33 lines
1.4 KiB
JSON

{
"version": "1.23.1",
"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.23.1/rain-v1.23.1_windows-i386.zip",
"hash": "e6797ddbf5a867ca7e2ee4fcfbeaf81a23c0e93fdb7ba4cc0e49f89e2b402242",
"extract_dir": "rain-v1.23.1_windows-i386"
},
"64bit": {
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.23.1/rain-v1.23.1_windows-amd64.zip",
"hash": "cfe31597050648b6b630c330b80a9eb2d1ee4b4137c4a4e20aeb721fc82ed224",
"extract_dir": "rain-v1.23.1_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"
}
}
}
}