mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "1.24.2",
|
|
"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.24.2/rain-v1.24.2_windows-i386.zip",
|
|
"hash": "37d71e5ef163268135bd2cc6e50972d1b2a22c13615c4eafa290f287ca944916",
|
|
"extract_dir": "rain-v1.24.2_windows-i386"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.24.2/rain-v1.24.2_windows-amd64.zip",
|
|
"hash": "04b23d0df97a64dc0f343c4e7b3f4e4b732a175df00b20d6b81e46446281317d",
|
|
"extract_dir": "rain-v1.24.2_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"
|
|
}
|
|
}
|
|
}
|
|
}
|