2022-06-30 00:35:16 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.8.1",
"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.8.1/railway_1.8.1_windows_amd64.tar.gz",
"hash": "f924441a40ed69a1687b9bed97689de53480ab688d2a85eaac94fe2c5b226975"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v1.8.1/railway_1.8.1_windows_386.tar.gz",
"hash": "052559ba4eae601cb4eb37149d10c2425f3c915e305c90e8f6d4da38012bb7b0"
}
},
"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"
}
}
}