mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
36 lines
1.6 KiB
JSON
36 lines
1.6 KiB
JSON
{
|
|
"version": "4.5.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/v4.5.0/railway-v4.5.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "303fb4eff666632e24b66ff11a6df08b9272dd790613b94d9d7be3e06b76f72c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v4.5.0/railway-v4.5.0-i686-pc-windows-msvc.zip",
|
|
"hash": "0390feea7c23f0e12302fa4353b5b6269ad7cf95fe6fd2634dd0058ad07e91f4"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v4.5.0/railway-v4.5.0-aarch64-pc-windows-msvc.zip",
|
|
"hash": "facd0eca1e0e8bd99ba6f368be87bd6eaed0c55695c50c6f1d6677408d771ac0"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/railwayapp/cli/releases/download/v$version/railway-v$version-aarch64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|