mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 07:01:20 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "1.20.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.20.1/rain-v1.20.1_windows-i386.zip",
|
|
"hash": "c19e729db0b8cd454117186ba10fa3304960a56683dccf5d31601dac20160767",
|
|
"extract_dir": "rain-v1.20.1_windows-i386"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.20.1/rain-v1.20.1_windows-amd64.zip",
|
|
"hash": "5cdad6152ccbc7920a912612fbe11b0fd3027bfd9682953c7ff1e44ce7e1fe9c",
|
|
"extract_dir": "rain-v1.20.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"
|
|
}
|
|
}
|
|
}
|
|
}
|