mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "3.13.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.13.0/railway-v3.13.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "4686492a3743b8c839b6ea1d5891bde2fe9121131f10f07f1dc298c15e78b52e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v3.13.0/railway-v3.13.0-i686-pc-windows-msvc.zip",
|
|
"hash": "2bd737a2f18b0f01de929c925d84e5ecc6b8d2ec845307abbe4c1c203beca49e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|