From 69ac8422959cf951547b68f9b5d894524523379e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:30:31 +0000 Subject: [PATCH] centrifugo: Update to version 6.0.2 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index d7759c27c9..a7f8f08f5f 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "6.0.1", + "version": "6.0.2", "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.0.1/centrifugo_6.0.1_windows_amd64.zip", - "hash": "9ad9f532dc4ad010dd3235bacc00697ecf3a59d4904dc208f52686fa583baf76" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v6.0.2/centrifugo_6.0.2_windows_amd64.zip", + "hash": "bf272f71594edbd8efbb2723140a4dd931677693297bebc687ef9210a298e2c2" } }, "bin": "centrifugo.exe",