2024-10-04 16:30:06 +00:00

33 lines
1.4 KiB
JSON

{
"version": "1.16.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.16.1/rain-v1.16.1_windows-i386.zip",
"hash": "f3888c3bca46f9b0dad15af26ff8cfa7b3d9f3dc21524a128d9d3628f4f56bfc",
"extract_dir": "rain-v1.16.1_windows-i386"
},
"64bit": {
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.16.1/rain-v1.16.1_windows-amd64.zip",
"hash": "6b4d4d21fcb81ed6a378ce9bb2463f26753b333498517cafc25a55b4d32a72ea",
"extract_dir": "rain-v1.16.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"
}
}
}
}