From 01ecdaf658b30c0a37a6b5815a6359cee005cb9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:27:36 +0000 Subject: [PATCH] centrifugo: Update to version 5.0.2 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index 1dea535172..a19b8d24f7 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "5.0.1", + "version": "5.0.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.0.1/centrifugo_5.0.1_windows_amd64.zip", - "hash": "e7d9c4897284e8a8dcb7f2ce23ee7e9801c5b0da22fb8b3dcece5b075fc7903a" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v5.0.2/centrifugo_5.0.2_windows_amd64.zip", + "hash": "514c8f6e8a36a190af5556575ef80b28d358a14a7f4230f70eea015ac9f5111b" } }, "bin": "centrifugo.exe",