mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 13:45:16 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "3.5.0",
|
|
"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/v3.5.0/railway-v3.5.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "a58675dab4f09a6b5270c4f4b8460c9e0714db2766f899dd4670cc8b5cc23ea1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v3.5.0/railway-v3.5.0-i686-pc-windows-msvc.zip",
|
|
"hash": "afb144aca7f1ee7661c1a87f68b1442cc84b8119449b859e1cc08dcc766c37d2"
|
|
}
|
|
},
|
|
"bin": "railway.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v$version/railway-v$version-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v$version/railway-v$version-i686-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|