mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 21:44:29 +00:00
27 lines
923 B
JSON
27 lines
923 B
JSON
{
|
|
"version": "4.0.1",
|
|
"description": "Language-agnostic real-time messaging server. Centrifugo supports at moment: Websocket and SockJS",
|
|
"homepage": "https://centrifugal.dev",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/centrifugal/centrifugo/releases/download/v4.0.1/centrifugo_4.0.1_windows_amd64.zip",
|
|
"hash": "3bf0075e3fa7a4d0d7c80413e872978cf79127561adb911821f14343b1c6631e"
|
|
}
|
|
},
|
|
"bin": "centrifugo.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/centrifugal/centrifugo"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/centrifugal/centrifugo/releases/download/v$version/centrifugo_$version_windows_amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/centrifugo_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|