centrifugo: Update to version 3.0.3

This commit is contained in:
Jakub Čábera 2021-10-11 00:50:06 -07:00
parent 603bc7cfaf
commit 48f79efec9
3 changed files with 35 additions and 32 deletions

View File

@ -1,12 +1,12 @@
{ {
"version": "3.0.2", "version": "3.0.3",
"description": "Language-agnostic real-time messaging server. Centrifugo supports at moment: Websocket and SockJS", "description": "Language-agnostic real-time messaging server. Centrifugo supports at moment: Websocket and SockJS",
"homepage": "https://centrifugal.github.io/centrifugo", "homepage": "https://centrifugal.github.io/centrifugo",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/centrifugal/centrifugo/releases/download/v3.0.2/centrifugo_3.0.2_windows_amd64.zip", "url": "https://github.com/centrifugal/centrifugo/releases/download/v3.0.3/centrifugo_3.0.3_windows_amd64.zip",
"hash": "e0773d51bc5736849641b5e2e381c343fe9747abfdb0315d16cdea71f00ddf1a" "hash": "29ac87701201cce767d8d446bcb68df3f131b8e8c73ba4963b2a01d5e61f519b"
} }
}, },
"bin": "centrifugo.exe", "bin": "centrifugo.exe",

View File

@ -10,7 +10,7 @@
} }
}, },
"bin": "deno.exe", "bin": "deno.exe",
"post_install": ["deno upgrade"], "post_install": "& \"$dir\\deno.exe\" upgrade",
"checkver": { "checkver": {
"github": "https://github.com/denoland/deno" "github": "https://github.com/denoland/deno"
}, },

View File

@ -23,6 +23,9 @@
"32bit": { "32bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v$version/f2_$version_windows_i386.tar.gz" "url": "https://github.com/ayoisaiah/f2/releases/download/v$version/f2_$version_windows_i386.tar.gz"
} }
},
"hash": {
"url": "$baseurl/checksums.txt"
} }
} }
} }