2024-03-27 01:14:43 +00:00

33 lines
1.4 KiB
JSON

{
"version": "1.8.3",
"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.3/rain-v1.8.3_windows-i386.zip",
"hash": "bda7050dec920aa94b25f242ea45af2fcbbc4db60728452adef456b45d5e88ba",
"extract_dir": "rain-v1.8.3_windows-i386"
},
"64bit": {
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.8.3/rain-v1.8.3_windows-amd64.zip",
"hash": "d5b941f27ec37708b76f69f4cc7ae87002b51c2f4ac23de2762f9589e3ea76c0",
"extract_dir": "rain-v1.8.3_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"
}
}
}
}