From df6d8c5b5c01cbba525e64c77ae74cb828356d69 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 24 May 2021 07:00:15 +0000 Subject: [PATCH] centrifugo: Update to version 2.8.5 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index c83a626807..28e4e4144a 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "2.8.4", + "version": "2.8.5", "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.4/centrifugo_2.8.4_windows_amd64.zip", - "hash": "ca8444c106efa3e27edb59a99234f83dd350199793b97ad12661e0fd40d2fc1e" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.8.5/centrifugo_2.8.5_windows_amd64.zip", + "hash": "b5b7000e83fdea8e7c8bd3a1a4b2d17c08c6501070a24bcc6f456de7ac8b950c" } }, "bin": "centrifugo.exe",