From 2b970c7c86ff90c1e71453095131d357b115b683 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 08:32:07 +0000 Subject: [PATCH] centrifugo: Update to version 4.0.3 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index c2d2ccfe5e..ef5fe0ec97 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "4.0.2", + "version": "4.0.3", "description": "Language-agnostic real-time messaging server. Centrifugo supports at moment: Websocket and SockJS", "homepage": "https://centrifugal.dev", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/centrifugal/centrifugo/releases/download/v4.0.2/centrifugo_4.0.2_windows_amd64.zip", - "hash": "363aaa969e847ee14f5f0e39ac255df73dad51a4efd29ca16985e171319aff2d" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v4.0.3/centrifugo_4.0.3_windows_amd64.zip", + "hash": "cbbc3f2ee99e21144f45c9e9895c0cfe67d8c2ca8a07baa076158ef551b85d2a" } }, "bin": "centrifugo.exe",