2024-11-05 20:28:27 +00:00

29 lines
1.2 KiB
JSON

{
"version": "3.18.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.18.0/railway-v3.18.0-x86_64-pc-windows-msvc.zip",
"hash": "04c1dbfe64923315b53aa4334879f4c7059bd91f66cbb763158ef08396397c23"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v3.18.0/railway-v3.18.0-i686-pc-windows-msvc.zip",
"hash": "da9f1f07aaed75b50c3b420fd0c6aaf657821421c5a2cf86831d3a9e29d655a9"
}
},
"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"
}
}
}
}