2022-08-25 00:35:45 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.0.10",
"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/v2.0.10/railway_2.0.10_windows_amd64.tar.gz",
"hash": "3a5ad7eaa840367100bc74015c8b6458ca6e1bbc745d5fd4c6eff962b5f54df3"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v2.0.10/railway_2.0.10_windows_386.tar.gz",
"hash": "355ab6e057b8b7097cce6285347032c30d03ec97d4b40ff29498e8c10d4e525b"
}
},
"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"
}
}
}