From 08ebd4286d518e18b6ad4fb135cd051bea776522 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 1 Sep 2021 09:00:38 +0000 Subject: [PATCH] centrifugo: Update to version 3.0.0 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index cf5a8def04..9ccbc35220 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "2.8.6", + "version": "3.0.0", "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/v2.8.6/centrifugo_2.8.6_windows_amd64.zip", - "hash": "27f393d88a20dbd87050d14aa75ff0bfa063dd6857dd4e1b32bde0b6b58e61a2" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v3.0.0/centrifugo_3.0.0_windows_amd64.zip", + "hash": "cbf6584c3f830c582716dce3914694b199daa628ef2959712099300af2865245" } }, "bin": "centrifugo.exe",