2024-05-24 20:25:24 +00:00

33 lines
1.4 KiB
JSON

{
"version": "1.9.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.9.0/rain-v1.9.0_windows-i386.zip",
"hash": "15b64d00faaa320cf5d904f4110969345b9d2c338b235d9f558ede317125b2c8",
"extract_dir": "rain-v1.9.0_windows-i386"
},
"64bit": {
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.9.0/rain-v1.9.0_windows-amd64.zip",
"hash": "b7e885f0aa911e2fa470496124bb9d9ce6304bec8a2679c83ea9cf3e6e9b8934",
"extract_dir": "rain-v1.9.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"
}
}
}
}