From 7f70dd0ffbfa46c40e7f34c543c3cdbc2cd3f295 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 08:25:25 +0000 Subject: [PATCH] centrifugo: Update to version 5.3.0 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index 551addd672..cbd4712f28 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "5.2.2", + "version": "5.3.0", "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.2.2/centrifugo_5.2.2_windows_amd64.zip", - "hash": "d2ab9f5c51344243bf01fbbfe63402e12fb4f9d7519b3843a5497a90d6addd31" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v5.3.0/centrifugo_5.3.0_windows_amd64.zip", + "hash": "9770bb22647209223927a60be606b167e7f98024f4c22f501f187ef245af3ad4" } }, "bin": "centrifugo.exe",