mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
Add centrifugo package (#463)
* Add centrifugo package * Fix suggestion
This commit is contained in:
parent
6e403c5077
commit
61c4bf8e45
26
bucket/centrifugo.json
Normal file
26
bucket/centrifugo.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"homepage": "https://centrifugal.github.io/centrifugo",
|
||||
"description": "Language-agnostic real-time messaging server. Centrifugo supports at moment: Websocket and SockJS",
|
||||
"license": "MIT",
|
||||
"version": "2.2.2",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/centrifugal/centrifugo/releases/download/v2.2.2/centrifugo_2.2.2_windows_amd64.zip",
|
||||
"hash": "eb4b628c474600dd9a5ba91e93dbfe569d0e40f9c61e8dcad5e33738fff5165b"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user