ScoopInstaller_Main/bucket/centrifugo.json
2024-12-23 12:32:35 +00:00

27 lines
923 B
JSON

{
"version": "5.4.9",
"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/v5.4.9/centrifugo_5.4.9_windows_amd64.zip",
"hash": "869a7040d1ade38a252b9732e6adecf16a51d79fcbbc3b9d1e2fcc99fd482ad2"
}
},
"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"
}
}
}