2024-03-01 00:33:17 +00:00

33 lines
1.4 KiB
JSON

{
"version": "1.8.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.8.0/rain-v1.8.0_windows-i386.zip",
"hash": "86cf5ce8e1cb64bcb2f171c3b8a6b6639f712c6902ca8de1621b89a13ceedf31",
"extract_dir": "rain-v1.8.0_windows-i386"
},
"64bit": {
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.8.0/rain-v1.8.0_windows-amd64.zip",
"hash": "fd7bd6b4fcfe59bb7bf63a3815b718d3ee0272ba31aa0ba53c5c2c6a350accb6",
"extract_dir": "rain-v1.8.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"
}
}
}
}