mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "3.9.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.9.0/railway-v3.9.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "2c5f778e6c09f5503c3b013a1f2229168c26fddf20421eb1c3ddb0ea0b88c624"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v3.9.0/railway-v3.9.0-i686-pc-windows-msvc.zip",
|
|
"hash": "d04caca3dd81d5d624512b3508ff1c518e65a2bf8dc0296f7f9dbe1f345156c9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|