From 76b2541939e29054fb929b337e24ae80c24cf444 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 20:29:23 +0000 Subject: [PATCH] centrifugo: Update to version 4.1.1 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index 8a77758a1c..6f74b59bf7 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "4.1.0", + "version": "4.1.1", "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.0/centrifugo_4.1.0_windows_amd64.zip", - "hash": "cbbf1ea6daae65a3dc9f54e874b5c9e79b6383c08e6538b7485e8b4a100125fc" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v4.1.1/centrifugo_4.1.1_windows_amd64.zip", + "hash": "452ac36cdceb31be61b797eac77bea1b555c9faaa4c70ff6e7321415e0756273" } }, "bin": "centrifugo.exe",