From 4bc61d5ee5cbaea284339bf213730c43385f5d4c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 26 Oct 2019 18:00:29 +0000 Subject: [PATCH] centrifugo: Update to version 2.2.3 --- bucket/centrifugo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index 427381a24d..6bff123675 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -2,11 +2,11 @@ "homepage": "https://centrifugal.github.io/centrifugo", "description": "Language-agnostic real-time messaging server. Centrifugo supports at moment: Websocket and SockJS", "license": "MIT", - "version": "2.2.2", + "version": "2.2.3", "architecture": { "64bit": { - "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.2.2/centrifugo_2.2.2_windows_amd64.zip", - "hash": "eb4b628c474600dd9a5ba91e93dbfe569d0e40f9c61e8dcad5e33738fff5165b" + "url": "https://github.com/centrifugal/centrifugo/releases/download/v2.2.3/centrifugo_2.2.3_windows_amd64.zip", + "hash": "8a65708bce0b50aafc2d856cff3682138363b1c928e927b61070ecba3d014010" } }, "bin": "centrifugo.exe",