From cbd6fb37b22b7391472af789d6c0c1b0bbd46074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 20:30:15 +0000 Subject: [PATCH] centrifugo: Update to version 4.1.2 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index 6f74b59bf7..af1659a450 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "4.1.1", + "version": "4.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/v4.1.1/centrifugo_4.1.1_windows_amd64.zip", - "hash": "452ac36cdceb31be61b797eac77bea1b555c9faaa4c70ff6e7321415e0756273" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v4.1.2/centrifugo_4.1.2_windows_amd64.zip", + "hash": "e9fd5b4b36944d462685b0ea5924c324b9a30f285ca291d2e18b1df083ec0846" } }, "bin": "centrifugo.exe",