From 755c109226bef416273ad367dfcc5730f5ca828e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 4 Apr 2021 16:00:16 +0000 Subject: [PATCH] centrifugo: Update to version 2.8.4 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index f543464760..c83a626807 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "2.8.3", + "version": "2.8.4", "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/v2.8.3/centrifugo_2.8.3_windows_amd64.zip", - "hash": "03e4f075dfbc8a49f807a692c66ada8649821a02cef5d15649f5e96aae50e9b3" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.8.4/centrifugo_2.8.4_windows_amd64.zip", + "hash": "ca8444c106efa3e27edb59a99234f83dd350199793b97ad12661e0fd40d2fc1e" } }, "bin": "centrifugo.exe",