ScoopInstaller_Main/bucket/centrifugo.json
2020-01-09 07:01:52 +00:00

27 lines
940 B
JSON

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