From aedc44f9c3fd851c48b0b78be36501fa3c965f73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 08:29:45 +0000 Subject: [PATCH] centrifugo: Update to version 6.0.0 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index cefd8af8ed..488d884e5b 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "5.4.9", + "version": "6.0.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.4.9/centrifugo_5.4.9_windows_amd64.zip", - "hash": "869a7040d1ade38a252b9732e6adecf16a51d79fcbbc3b9d1e2fcc99fd482ad2" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v6.0.0/centrifugo_6.0.0_windows_amd64.zip", + "hash": "601b1ab04efc35db973b16020c4c9b888210b4e7d75b7b95ba0731f44e5febf0" } }, "bin": "centrifugo.exe",