From 7c09ea0cbf0193878c3a4c6093e117751b6872f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 04:27:25 +0000 Subject: [PATCH] centrifugo: Update to version 5.4.1 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index 7befe8bd05..406c028ae4 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "5.4.0", + "version": "5.4.1", "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/v5.4.0/centrifugo_5.4.0_windows_amd64.zip", - "hash": "ffed7f5fbedc26d13b673e28f8a75db0d0c3611585bb6f483fa6e11d736a8a9f" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v5.4.1/centrifugo_5.4.1_windows_amd64.zip", + "hash": "d081a99b9444f47bbb81294df97a4435a60cd72d176c90a0912aaff663b51ab2" } }, "bin": "centrifugo.exe",