ScoopInstaller_Main/bucket/centrifugo.json
2021-10-11 00:50:06 -07:00

27 lines
940 B
JSON

{
"version": "3.0.3",
"description": "Language-agnostic real-time messaging server. Centrifugo supports at moment: Websocket and SockJS",
"homepage": "https://centrifugal.github.io/centrifugo",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/centrifugal/centrifugo/releases/download/v3.0.3/centrifugo_3.0.3_windows_amd64.zip",
"hash": "29ac87701201cce767d8d446bcb68df3f131b8e8c73ba4963b2a01d5e61f519b"
}
},
"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"
}
}
}