mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "1.21.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.21.0/rain-v1.21.0_windows-i386.zip",
|
|
"hash": "2c99d0e636eec779050ca58fe9b66697728a43b9f981873ee8b8541726324412",
|
|
"extract_dir": "rain-v1.21.0_windows-i386"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.21.0/rain-v1.21.0_windows-amd64.zip",
|
|
"hash": "ed29089c8d1339df4ea5c42a729bd620ae1779ddd45b009e9bd27d44d853c291",
|
|
"extract_dir": "rain-v1.21.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"
|
|
}
|
|
}
|
|
}
|
|
}
|