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",
"homepage": "https://centrifugal.github.io/centrifugo",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/centrifugal/centrifugo/releases/download/v3.0.2/centrifugo_3.0.2_windows_amd64.zip",
"hash": "e0773d51bc5736849641b5e2e381c343fe9747abfdb0315d16cdea71f00ddf1a"
"url": "https://github.com/centrifugal/centrifugo/releases/download/v3.0.3/centrifugo_3.0.3_windows_amd64.zip",
"hash": "29ac87701201cce767d8d446bcb68df3f131b8e8c73ba4963b2a01d5e61f519b"
}
},
"bin": "centrifugo.exe",

View File

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

View File

@ -1,28 +1,31 @@
{
"version": "1.7.2",
"description": "Batch renaming files and directories quickly and safely.",
"homepage": "https://github.com/ayoisaiah/f2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v1.7.2/f2_1.7.2_windows_amd64.tar.gz",
"hash": "385447dd5969f075b31f02279ca37d18ba05c0f74f36aa7aef45f89d3073b3ae"
},
"32bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v1.7.2/f2_1.7.2_windows_i386.tar.gz",
"hash": "b67968406ff764ee2d3eef9ac417b66364b027cd2f7afc4974d72936bf459a9e"
}
},
"bin": "f2.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v$version/f2_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v$version/f2_$version_windows_i386.tar.gz"
}
}
}
}
{
"version": "1.7.2",
"description": "Batch renaming files and directories quickly and safely.",
"homepage": "https://github.com/ayoisaiah/f2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v1.7.2/f2_1.7.2_windows_amd64.tar.gz",
"hash": "385447dd5969f075b31f02279ca37d18ba05c0f74f36aa7aef45f89d3073b3ae"
},
"32bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v1.7.2/f2_1.7.2_windows_i386.tar.gz",
"hash": "b67968406ff764ee2d3eef9ac417b66364b027cd2f7afc4974d72936bf459a9e"
}
},
"bin": "f2.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v$version/f2_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/ayoisaiah/f2/releases/download/v$version/f2_$version_windows_i386.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}