mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-29 12:01:26 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.1.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/v2.1.0/railway_2.1.0_windows_amd64.tar.gz",
|
|
"hash": "27ce66957588d0647385e0092127c933b1008d3796049f95dca5e1495a870e90"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v2.1.0/railway_2.1.0_windows_386.tar.gz",
|
|
"hash": "b5a31c0b4d4c901de88589f84cfb39116c78f6e00e9b59dca155e8564a18eea8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|