ScoopInstaller_Main/bucket/centrifugo.json
2021-10-18 15:00:37 +00:00

27 lines
940 B
JSON

{
"version": "3.0.5",
"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.5/centrifugo_3.0.5_windows_amd64.zip",
"hash": "2e10d5c09a7505b4baf7229fab606a5ec9f7cc9b8b19e6d1e7ce28b78a116f92"
}
},
"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"
}
}
}