From b800ac92a7018a02fe6fd16062486bc7e5f0c752 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 16:29:46 +0000 Subject: [PATCH] centrifugo: Update to version 6.2.3 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index 10e5c8a162..707e88f774 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "6.2.2", + "version": "6.2.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/v6.2.2/centrifugo_6.2.2_windows_amd64.zip", - "hash": "5e425f163c094f2607bc252fd38c55a0f29e5d455855016265b82371cc55ae24" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v6.2.3/centrifugo_6.2.3_windows_amd64.zip", + "hash": "2dfb621de92b12cfb8d889b0a16cd15c5f1934339141bc491eb56c7186021c6d" } }, "bin": "centrifugo.exe",