From ec1d78b52abf3ac14cdec1fbe5a123ea2329e1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 12 May 2020 09:56:46 +0200 Subject: [PATCH] centrifugo: Update to version 2.5.0 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index 899686f9e0..5e4fa28577 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.4.0", + "version": "2.5.0", "architecture": { "64bit": { - "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.4.0/centrifugo_2.4.0_windows_amd64.zip", - "hash": "40354dc82c3938eb5d1d1cca3f9b9d32efa754cb76b505cded97ae2c84eb5536" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.5.0/centrifugo_2.5.0_windows_amd64.zip", + "hash": "f645eba2f25146e471d69ffcddea4c27bd327ead92a1a3b452173e04a521607b" } }, "bin": "centrifugo.exe",