2024-10-24 00:34:53 +00:00

29 lines
1.2 KiB
JSON

{
"version": "3.17.10",
"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.17.10/railway-v3.17.10-x86_64-pc-windows-msvc.zip",
"hash": "ea79b5f490cdcdf93bc01c10834449d4b36781dc1c25f03a94a30b073f216422"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v3.17.10/railway-v3.17.10-i686-pc-windows-msvc.zip",
"hash": "f9cff0652821ee5e9acb23110383ebd504849a3c61fe73ac612f84b609c13809"
}
},
"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"
}
}
}
}