2022-06-02 20:31:32 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.7.5",
"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.7.5/railway_1.7.5_windows_amd64.tar.gz",
"hash": "8ec09e2d3046cf14be469b1c84a3697ade6200167aa0befa1cda7511a897b663"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v1.7.5/railway_1.7.5_windows_386.tar.gz",
"hash": "25c5b4c3bbdcbb26b9320b8df191570fc1dfb93511de5a32ab976fdf76449d45"
}
},
"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"
}
}
}