mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.8.3",
|
|
"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/v1.8.3/railway_1.8.3_windows_amd64.tar.gz",
|
|
"hash": "8190d9cbe80c839c306363f6c1aed1021ef9a6a802dcdc19909fffa28183d32d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v1.8.3/railway_1.8.3_windows_386.tar.gz",
|
|
"hash": "60e2b1f40cfd2feeae58ff8ed2ae1fb8e8d70642a3887a626d5c097dedf1ce3a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|