forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcentrifugo.json
26 lines (26 loc) · 923 Bytes
/
centrifugo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"version": "3.1.0",
"description": "Language-agnostic real-time messaging server. Centrifugo supports at moment: Websocket and SockJS",
"homepage": "https://centrifugal.dev",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/centrifugal/centrifugo/releases/download/v3.1.0/centrifugo_3.1.0_windows_amd64.zip",
"hash": "88f472d7da92d29887df64bd3a136b0d6ecdbd4dea73bccfb8a307344d2ea785"
}
},
"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"
}
}
}