mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-18 09:35:14 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "3.0.13",
|
|
"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.0.13/railway-v3.0.13-x86_64-pc-windows-msvc.zip",
|
|
"hash": "3478a9b834717184eabb3da4647e3e2b92ad48a789287f4afa81a1cb16f1b7d2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v3.0.13/railway-v3.0.13-i686-pc-windows-msvc.zip",
|
|
"hash": "db288d678fc104adf76fb8454a9ee99dc3582024c7f10234b7491a1a4b3c3a8a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|