2025-01-07 00:38:08 +00:00

29 lines
1.2 KiB
JSON

{
"version": "3.20.1",
"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.20.1/railway-v3.20.1-x86_64-pc-windows-msvc.zip",
"hash": "5e9beba6be13271de80272fa42e49553e9efb71c0c2b480f5a08bff6fbf2b75e"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v3.20.1/railway-v3.20.1-i686-pc-windows-msvc.zip",
"hash": "7f6c942497e27306041802cbcc7476ced02eb3e2b4f578346591fdf4e73719e8"
}
},
"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"
}
}
}
}