From 6d8a906e4d8d4ff03efdb488578df7be1e118f53 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 16 Oct 2021 15:01:11 +0000 Subject: [PATCH] centrifugo: Update to version 3.0.4 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index da01051b14..aa95085a49 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "version": "3.0.3", + "version": "3.0.4", "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.3/centrifugo_3.0.3_windows_amd64.zip", - "hash": "29ac87701201cce767d8d446bcb68df3f131b8e8c73ba4963b2a01d5e61f519b" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v3.0.4/centrifugo_3.0.4_windows_amd64.zip", + "hash": "a53446fe56a3bed2178cfed11e2723dae273aa1a1015cdbbac9a3831e244b656" } }, "bin": "centrifugo.exe",