From 2cc1e114ae441bea4616b63afe7b6f559d569293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 29 Aug 2020 20:52:08 +0200 Subject: [PATCH] centrifugo: Update to version 2.6.2 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index 97140c977b..9e4e134178 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "2.6.1", + "version": "2.6.2", "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.6.1/centrifugo_2.6.1_windows_amd64.zip", - "hash": "cd6a691841f48fc831097014be8f35b0da90e9eabec5a6b76ff0fd426dd188fa" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.6.2/centrifugo_2.6.2_windows_amd64.zip", + "hash": "47a9811b5212c1b69aa4cb107071e19f704b2eb70d4269a9e74b15318c48df0f" } }, "bin": "centrifugo.exe",