2023-04-28 00:34:13 +00:00

29 lines
1.2 KiB
JSON

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