2023-03-23 00:36:57 +00:00

29 lines
1.2 KiB
JSON

{
"version": "3.0.9",
"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.0.9/railway-v3.0.9-x86_64-pc-windows-msvc.zip",
"hash": "d0b526a3dcbf6e1bb8a6c3cd4fddfdfe38c4b9e06c9af4f1421abb53fcedc5a0"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v3.0.9/railway-v3.0.9-i686-pc-windows-msvc.zip",
"hash": "70b4c557e19b41f0aeb91e84af4b9af5b8481bb7dcaac3a120f368e2551bb33b"
}
},
"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"
}
}
}
}