2024-07-18 00:34:21 +00:00

33 lines
1.4 KiB
JSON

{
"version": "1.12.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.12.1/rain-v1.12.1_windows-i386.zip",
"hash": "9208c8a0cad4bb7209da850a90e27d1cc19bec652c94255197c184c937f62e02",
"extract_dir": "rain-v1.12.1_windows-i386"
},
"64bit": {
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.12.1/rain-v1.12.1_windows-amd64.zip",
"hash": "cea372a3652428ee8c30b1c1ac635155bc41233d4b3af8e4abc652d4ad0d19bc",
"extract_dir": "rain-v1.12.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"
}
}
}
}