2023-10-22 00:33:33 +00:00

29 lines
1.2 KiB
JSON

{
"version": "3.5.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.5.1/railway-v3.5.1-x86_64-pc-windows-msvc.zip",
"hash": "b3868379422614153a72afd730ea941a11ff1d25c9e71a42d8d0d8e4ea6f6d7e"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v3.5.1/railway-v3.5.1-i686-pc-windows-msvc.zip",
"hash": "189dd462bba2e27ab48dcae606708dd2403ad48c54d07be110130f0939f21177"
}
},
"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"
}
}
}
}