mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "3.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/v3.1.0/railway-v3.1.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "4eb00ba5895d045157b81b7f265f92ee1a8a36750263d99473bbfa87608e1fd9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v3.1.0/railway-v3.1.0-i686-pc-windows-msvc.zip",
|
|
"hash": "34a170018101c63fc55698e34e64476fb78581a25406b58167d9d5416719370d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|