From d32a026630f3ce33bc6cc11220f80123278a5191 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 20:24:16 +0000 Subject: [PATCH] centrifugo: Update to version 5.1.0 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index 7b57768c05..852b72291c 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "5.0.4", + "version": "5.1.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.0.4/centrifugo_5.0.4_windows_amd64.zip", - "hash": "a9ec089b42bf9cd45f026d2838090c36c330a48087f215ee8593857b66bf769e" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v5.1.0/centrifugo_5.1.0_windows_amd64.zip", + "hash": "c2079bc2309b01ebc2b8c7a4d9ed1769df3a133ae77a7a5141f3bc523d1d33d1" } }, "bin": "centrifugo.exe",