mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "3.7.0",
|
|
"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/v3.7.0/railway-v3.7.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c1efaf60afedd0598b3db94165100bc13111ed9c6d36e4a80b82fae2f6ad5e83"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v3.7.0/railway-v3.7.0-i686-pc-windows-msvc.zip",
|
|
"hash": "4c30f9a049f01b7bbb333a4da764245a38e43f1900f70bc1262c437f64e928af"
|
|
}
|
|
},
|
|
"bin": "railway.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v$version/railway-v$version-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v$version/railway-v$version-i686-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|