From aa0f82a5f91d157e454091e8978b2301b686de38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 2 Oct 2020 15:28:38 +0200 Subject: [PATCH] centrifugo: Update to version 2.7.2 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index ed03af97ab..9ac195b4c4 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "2.7.1", + "version": "2.7.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.7.1/centrifugo_2.7.1_windows_amd64.zip", - "hash": "d84ea54ed7966a9a1d7e0971309314e908725b33936554bad244f3a1be5251f6" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.7.2/centrifugo_2.7.2_windows_amd64.zip", + "hash": "672530670f79cc5962464a3d166bb626fe77d6f226e0d3be11bf372be529e8d6" } }, "bin": "centrifugo.exe",