2022-04-23 00:32:51 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.5.0",
"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.5.0/railway_1.5.0_windows_amd64.tar.gz",
"hash": "a9176d0b6bd8e1c341625d3be5efc7e7c8c80461a1b37a071e98e2bbafa7f7cc"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v1.5.0/railway_1.5.0_windows_386.tar.gz",
"hash": "eec60401fcdb34bc7c2b5615ef49e698de92fc017e797174bb36013e83ad114f"
}
},
"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"
}
}
}