2024-08-22 00:33:23 +00:00

33 lines
1.4 KiB
JSON

{
"version": "1.15.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.15.0/rain-v1.15.0_windows-i386.zip",
"hash": "d338bd9a7ab72680d5b18539a6560ef38ecb0d6d00565d7155d39eeabdc7460c",
"extract_dir": "rain-v1.15.0_windows-i386"
},
"64bit": {
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.15.0/rain-v1.15.0_windows-amd64.zip",
"hash": "b15e4e073f8941ac0682eee22dda41c844d63da6de3fb9649c70be5caaedf81f",
"extract_dir": "rain-v1.15.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"
}
}
}
}