rain: Add version 1.7.5 (#5444)

This commit is contained in:
Julien Jehannet 2024-01-19 13:02:54 +01:00 committed by GitHub
parent d270465671
commit c1f94bd46b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

32
bucket/rain.json Normal file
View File

@ -0,0 +1,32 @@
{
"version": "1.7.5",
"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.7.5/rain-v1.7.5_windows-i386.zip",
"hash": "df0ef0917d73964907246b6ba4be5e9ea319517c84e5d201005a197e08b17ded",
"extract_dir": "rain-v1.7.5_windows-i386"
},
"64bit": {
"url": "https://github.com/aws-cloudformation/rain/releases/download/v1.7.5/rain-v1.7.5_windows-amd64.zip",
"hash": "7eb8d18d5308d24b48bcb942a7dc6e0f6ee883a1bc1474601d4b0646c4778235",
"extract_dir": "rain-v1.7.5_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"
}
}
}
}