From c775a764b1e6e9b8fbda50702a60e62420a02cb6 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 29 Nov 2019 08:00:19 +0000 Subject: [PATCH] centrifugo: Update to version 2.2.5 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index a7856e7f88..b2c028ab53 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.4", + "version": "2.2.5", "architecture": { "64bit": { - "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.2.4/centrifugo_2.2.4_windows_amd64.zip", - "hash": "bc02d5b7ff6d2751f0261cb3fe61822ed1bcbdd00aa9d9c15c80f7d5ef2a1eae" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.2.5/centrifugo_2.2.5_windows_amd64.zip", + "hash": "0b256a44643e33b703320528fcff625a98abb9688a0b4bf9207395325c8523ed" } }, "bin": "centrifugo.exe",