{
    "version": "1.24.4",
    "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.24.4/rain-v1.24.4_windows-i386.zip",
            "hash": "097c464a295611f8db398c1c27cde621d5ce3da741c171ecfbc468279a88626e",
            "extract_dir": "rain-v1.24.4_windows-i386"
        },
        "64bit": {
            "url": "https://github.com/aws-cloudformation/rain/releases/download/v1.24.4/rain-v1.24.4_windows-amd64.zip",
            "hash": "13c9af5739917dfb62f49d796f254d2864bd9c1200ab3b3811907f926b76a1db",
            "extract_dir": "rain-v1.24.4_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"
            }
        }
    }
}
