From 098344137b7ad1b4e4afb7e547de5777ebacf3ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:07:39 +0000 Subject: [PATCH] centrifugo: Update to version 5.3.1 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index cbd4712f28..70f10e9f22 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "5.3.0", + "version": "5.3.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.3.0/centrifugo_5.3.0_windows_amd64.zip", - "hash": "9770bb22647209223927a60be606b167e7f98024f4c22f501f187ef245af3ad4" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v5.3.1/centrifugo_5.3.1_windows_amd64.zip", + "hash": "e94357933d4cbcac001a5dc5393fc69ffff5930beb75435d02706d9aaed685a3" } }, "bin": "centrifugo.exe",