From 6086fc27fdfdddb7c376b647effaa543ee562fa5 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 4 Dec 2019 07:01:51 +0000 Subject: [PATCH] centrifugo: Update to version 2.2.7 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index 70f13ac39c..227dc01c77 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -2,11 +2,11 @@ "homepage": "https://centrifugal.github.io/centrifugo", "description": "Language-agnostic real-time messaging server. Centrifugo supports at moment: Websocket and SockJS", "license": "MIT", - "version": "2.2.6", + "version": "2.2.7", "architecture": { "64bit": { - "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.2.6/centrifugo_2.2.6_windows_amd64.zip", - "hash": "997b133bc087ef0f2c2ba598d789554378bb1444d776d046888b17d7745592c3" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.2.7/centrifugo_2.2.7_windows_amd64.zip", + "hash": "b39e34c5e698931ae3d7787359f3a9e626945c3faab98e2b5d15d1f4955afb8f" } }, "bin": "centrifugo.exe",