2023-04-27 20:27:28 +00:00

29 lines
1.2 KiB
JSON

{
"version": "3.3.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.3.0/railway-v3.3.0-x86_64-pc-windows-msvc.zip",
"hash": "1f28810ef500f63d2bc2866c11be73e1a364f3779762e261af2c4c1c3ed9dea3"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v3.3.0/railway-v3.3.0-i686-pc-windows-msvc.zip",
"hash": "2130fa9dd53d4572799f367265f0f5ee142c34274a4086fb6195ac2662fa5d53"
}
},
"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"
}
}
}
}