mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "1.10.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.10.0/rain-v1.10.0_windows-i386.zip",
|
|
"hash": "dd030eb5a0f90d5bec64e2e8bd1df492e9f65316d23a36e9c2aba3e8665e6e17",
|
|
"extract_dir": "rain-v1.10.0_windows-i386"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.10.0/rain-v1.10.0_windows-amd64.zip",
|
|
"hash": "541c9660c820814b0249424e36c8f1858efcd155bed6813e8b802f4dfd0da9fa",
|
|
"extract_dir": "rain-v1.10.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"
|
|
}
|
|
}
|
|
}
|
|
}
|