2022-02-17 04:29:30 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.2.2",
"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.2/railway_1.2.2_windows_amd64.tar.gz",
"hash": "2acba8dd53e5e2b2494b4ba471c5e6a8bb7fd0f76cd63acaa2fdd0ff4e994e3d"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v1.2.2/railway_1.2.2_windows_386.tar.gz",
"hash": "c78299c74a2a057b9d366e919c74ad26de49c78f1a7533bc85962cd1a2b60a8d"
}
},
"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"
}
}
}