2024-05-03 00:34:24 +00:00

33 lines
1.4 KiB
JSON

{
"version": "1.8.6",
"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.6/rain-v1.8.6_windows-i386.zip",
"hash": "d4e1be565f69b405c80e27f21557aedfa056d9f5b700e8df057f0c3554725c5c",
"extract_dir": "rain-v1.8.6_windows-i386"
},
"64bit": {
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.8.6/rain-v1.8.6_windows-amd64.zip",
"hash": "6bb291167bdff080a8c120c9955525318d79ad053f3f666e100906679a92de31",
"extract_dir": "rain-v1.8.6_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"
}
}
}
}