mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-04 15:04:25 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.0.8",
|
|
"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.8/railway_2.0.8_windows_amd64.tar.gz",
|
|
"hash": "0ff94456dc06965c7cb363ab8306815757554680b89b8bc5a697617de09b8669"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v2.0.8/railway_2.0.8_windows_386.tar.gz",
|
|
"hash": "65bdccc53651b863282fb85339922c55990e6984d8a54c5d88d66888ee0baaad"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|