2022-03-24 08:28:26 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.4.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.4.1/railway_1.4.1_windows_amd64.tar.gz",
"hash": "8ec8b08c0543a936748caadb5694c71a7dba95f6011cdeab05a91abf613fc5d6"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v1.4.1/railway_1.4.1_windows_386.tar.gz",
"hash": "1b446941bc1766aeca08cc03cae3622547d5e725ed923bf2312bf291c95c7269"
}
},
"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"
}
}
}