2024-04-13 01:13:31 +00:00

33 lines
1.4 KiB
JSON

{
"version": "1.8.5",
"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.5/rain-v1.8.5_windows-i386.zip",
"hash": "8f270e0e4aacd437560623b746654180cd223ab6b273103d2e46b06ec1cb0cc0",
"extract_dir": "rain-v1.8.5_windows-i386"
},
"64bit": {
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.8.5/rain-v1.8.5_windows-amd64.zip",
"hash": "5d0f302d6fa1d77c6f5fdbe752d157ff44eb59d2a82632aa4aaae5697805d0f5",
"extract_dir": "rain-v1.8.5_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"
}
}
}
}