From 808614640897728bad08d11c612d7f5e30c4e598 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 12:31:44 +0000 Subject: [PATCH] centrifugo: Update to version 3.2.3 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index bd42592e80..43816afa9a 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "3.2.2", + "version": "3.2.3", "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/v3.2.2/centrifugo_3.2.2_windows_amd64.zip", - "hash": "d880e993d02d9121636c8dcd17abea4fd6a913e87951e36809b3792c283fda61" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v3.2.3/centrifugo_3.2.3_windows_amd64.zip", + "hash": "aff4a82ec198b0ddb8feebe48a5db44fabb758659818c3eab4184242438e26be" } }, "bin": "centrifugo.exe",