From a629cd46216da4020eee0c860cd18ea870c549cf Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 18 Oct 2021 15:00:37 +0000 Subject: [PATCH] centrifugo: Update to version 3.0.5 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index aa95085a49..3690e05a2f 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "3.0.4", + "version": "3.0.5", "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/v3.0.4/centrifugo_3.0.4_windows_amd64.zip", - "hash": "a53446fe56a3bed2178cfed11e2723dae273aa1a1015cdbbac9a3831e244b656" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v3.0.5/centrifugo_3.0.5_windows_amd64.zip", + "hash": "2e10d5c09a7505b4baf7229fab606a5ec9f7cc9b8b19e6d1e7ce28b78a116f92" } }, "bin": "centrifugo.exe",