mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 12:15:15 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.8.4",
|
|
"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/v1.8.4/railway_1.8.4_windows_amd64.tar.gz",
|
|
"hash": "df7ee8f5c459d1da1886f5bafc5c03a3f819b06496f5dc5346bcdb3232ed67ba"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v1.8.4/railway_1.8.4_windows_386.tar.gz",
|
|
"hash": "5a7c02164ba4742df2d2dd112e15ed254394f0656b3fedf40c1eb1848559d85b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|