mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
27 lines
923 B
JSON
27 lines
923 B
JSON
{
|
|
"version": "3.2.2",
|
|
"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/v3.2.2/centrifugo_3.2.2_windows_amd64.zip",
|
|
"hash": "d880e993d02d9121636c8dcd17abea4fd6a913e87951e36809b3792c283fda61"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|