From d834a6c8a27399432a42cb230de01cbdee2e50cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 24 Sep 2020 11:27:09 +0200 Subject: [PATCH] centrifugo: Update to version 2.7.1 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index a3c494d381..ed03af97ab 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "2.7.0", + "version": "2.7.1", "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.7.0/centrifugo_2.7.0_windows_amd64.zip", - "hash": "522b08ec5b1ba329be7a246be179860e055d41dccc0f41576f46b16613dcbc84" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.7.1/centrifugo_2.7.1_windows_amd64.zip", + "hash": "d84ea54ed7966a9a1d7e0971309314e908725b33936554bad244f3a1be5251f6" } }, "bin": "centrifugo.exe",