From 10b141fe57d8835ef25759905a73e8919f9872ae Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 8 Mar 2020 10:01:49 +0000 Subject: [PATCH] centrifugo: Update to version 2.4.0 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index 9981d614e5..899686f9e0 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.3.1", + "version": "2.4.0", "architecture": { "64bit": { - "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.3.1/centrifugo_2.3.1_windows_amd64.zip", - "hash": "6a66062781ef7443d8fa50e6e8c8c0ffbba021df8a280212e9c15bba2d309cec" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.4.0/centrifugo_2.4.0_windows_amd64.zip", + "hash": "40354dc82c3938eb5d1d1cca3f9b9d32efa754cb76b505cded97ae2c84eb5536" } }, "bin": "centrifugo.exe",