railway: Add version 0.2.45 (#2771)

Signed-off-by: Erisa A <erisa@erisa.uk>
This commit is contained in:
Erisa A 2021-10-19 09:02:19 +01:00 committed by GitHub
parent ea80170981
commit abf1e0c731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/railway.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "0.2.45",
"description": "The command line interface for Railway. Use it to connect your code to Railways infrastructure.",
"homepage": "https://github.com/railwayapp/cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v0.2.45/railway_0.2.45_windows_amd64.tar.gz",
"hash": "92776ed8715d9e9ed2662982febdb87ec9bec0354e0b90d0f04680091fdd1e87"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v0.2.45/railway_0.2.45_windows_386.tar.gz",
"hash": "7910e18ae8158e6a60dae83435fb27640c917355790d541ad81f9999307b33d9"
}
},
"bin": "railway.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v$version/railway_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v$version/railway_$version_windows_386.tar.gz"
}
},
"hash": {
"url": "$baseurl/railway_$version_checksums.txt"
}
}
}