mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
27 lines
940 B
JSON
27 lines
940 B
JSON
{
|
|
"version": "3.0.1",
|
|
"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.1/centrifugo_3.0.1_windows_amd64.zip",
|
|
"hash": "95b9e811d7733e7c9b9f2d3263e2d452e403c532b2dc7c88c7866ba3b3a8ff12"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|