mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-01 04:51:25 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "1.8.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.8.1/rain-v1.8.1_windows-i386.zip",
|
|
"hash": "6fb1fee7f8ace4bfea7ea51dabef440ebe7674398960031e6f079847e2709711",
|
|
"extract_dir": "rain-v1.8.1_windows-i386"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.8.1/rain-v1.8.1_windows-amd64.zip",
|
|
"hash": "0ce3754ea46a34e967d6b12ea04b8a40455447fa6392e675bb95d55897eb0a7f",
|
|
"extract_dir": "rain-v1.8.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"
|
|
}
|
|
}
|
|
}
|
|
}
|