mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 04:05:13 +00:00
27 lines
940 B
JSON
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.5.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/centrifugal/centrifugo/releases/download/v2.5.0/centrifugo_2.5.0_windows_amd64.zip",
|
|
"hash": "f645eba2f25146e471d69ffcddea4c27bd327ead92a1a3b452173e04a521607b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|