From b28e81c591d489d8bb43c5e7cf318c7c9ad4848a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 20 Jul 2020 08:45:52 +0200 Subject: [PATCH] centrifugo: Update to version 2.6.0 --- bucket/centrifugo.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index 19010aca23..8b1ddb473c 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -1,12 +1,12 @@ { - "homepage": "https://centrifugal.github.io/centrifugo", + "version": "2.6.0", "description": "Language-agnostic real-time messaging server. Centrifugo supports at moment: Websocket and SockJS", + "homepage": "https://centrifugal.github.io/centrifugo", "license": "MIT", - "version": "2.5.1", "architecture": { "64bit": { - "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.5.1/centrifugo_2.5.1_windows_amd64.zip", - "hash": "c389d3ffdc452944ad4da862a00e0a6d73be3c30c43d5afd1306f4a179779a95" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.6.0/centrifugo_2.6.0_windows_amd64.zip", + "hash": "a083d4b8df60456becc46b53bf9e283be0b354a7c16233a5869a83483dabc656" } }, "bin": "centrifugo.exe",