From 7b026cd667afda2b6bb81f58d9aaa9819d6bf991 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 16:26:07 +0000 Subject: [PATCH] centrifugo: Update to version 5.1.2 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index 2e65181a25..16cd5a085d 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "5.1.1", + "version": "5.1.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/v5.1.1/centrifugo_5.1.1_windows_amd64.zip", - "hash": "856423f0639cdb6ad672de5c525d1f6b36247a1dd465a24f6c98d08b0cbe7417" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v5.1.2/centrifugo_5.1.2_windows_amd64.zip", + "hash": "e3840b742099815ef62ca110fb916ee37706c7b9942d9e8b92012abb348cd7e4" } }, "bin": "centrifugo.exe",