mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-14 15:45:19 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "3.14.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/v3.14.1/railway-v3.14.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "49ae072cc85d803629738332a846796823e125c4fcd5a48117402234d118f9f9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v3.14.1/railway-v3.14.1-i686-pc-windows-msvc.zip",
|
|
"hash": "80da47e63e107f88eac08d2e66e299601e71e1cb1558a4d81e7848dd37ec52db"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|