mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
railway: Add version 0.2.45 (#2771)
Signed-off-by: Erisa A <erisa@erisa.uk>
This commit is contained in:
parent
ea80170981
commit
abf1e0c731
31
bucket/railway.json
Normal file
31
bucket/railway.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user