2021-12-03 18:02:01 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.3.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/v0.3.0/railway_0.3.0_windows_amd64.tar.gz",
"hash": "13b6641b0601190c5916ec3ff5305ecd66745df684085c85f703046c23d2d911"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v0.3.0/railway_0.3.0_windows_386.tar.gz",
"hash": "8d988896d13525c179629b871d475047d07b45bd7249c41beaf81b9e013867e3"
}
},
"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"
}
}
}