From bf3da598b2e86e7d66717e0f301bbded6ad1e4f3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 12 Sep 2021 11:00:32 +0000 Subject: [PATCH] centrifugo: Update to version 3.0.1 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index 9ccbc35220..363e4b2d27 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "3.0.0", + "version": "3.0.1", "description": "Language-agnostic real-time messaging server. Centrifugo supports at moment: Websocket and SockJS", "homepage": "https://centrifugal.github.io/centrifugo", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/centrifugal/centrifugo/releases/download/v3.0.0/centrifugo_3.0.0_windows_amd64.zip", - "hash": "cbf6584c3f830c582716dce3914694b199daa628ef2959712099300af2865245" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v3.0.1/centrifugo_3.0.1_windows_amd64.zip", + "hash": "95b9e811d7733e7c9b9f2d3263e2d452e403c532b2dc7c88c7866ba3b3a8ff12" } }, "bin": "centrifugo.exe",