2022-02-18 00:37:00 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.2.3",
"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/v1.2.3/railway_1.2.3_windows_amd64.tar.gz",
"hash": "d8cc951dae6b92d3dc097cdcbb9ba427663b65034a8c4c8641f798748b5fdbaa"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v1.2.3/railway_1.2.3_windows_386.tar.gz",
"hash": "6e80a66435e00b0c9e2ddf4f6efea724c9a7d3eaeb110e66d1704fbd88ec7dbc"
}
},
"bin": "railway.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v$version/railway_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v$version/railway_$version_windows_386.tar.gz"
}
},
"hash": {
"url": "$baseurl/railway_$version_checksums.txt"
}
}
}