2024-07-12 00:34:25 +00:00

33 lines
1.4 KiB
JSON

{
"version": "1.12.0",
"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.12.0/rain-v1.12.0_windows-i386.zip",
"hash": "c6e2f33be099809476cca3841e19920ef1314b9af684f01f199d84c75ec4b970",
"extract_dir": "rain-v1.12.0_windows-i386"
},
"64bit": {
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.12.0/rain-v1.12.0_windows-amd64.zip",
"hash": "5e1398b2278d69b20fc5c55feeede4b4bbaf9501b037abc0b1cf00302f0a4e73",
"extract_dir": "rain-v1.12.0_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"
}
}
}
}