2022-05-14 20:28:37 +00:00

32 lines
1.2 KiB
JSON

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