From 48f79efec9817719200034aac36d4a2fcff8cccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 11 Oct 2021 00:50:06 -0700 Subject: [PATCH] centrifugo: Update to version 3.0.3 --- bucket/centrifugo.json | 6 ++--- bucket/deno.json | 2 +- bucket/f2.json | 59 ++++++++++++++++++++++-------------------- 3 files changed, 35 insertions(+), 32 deletions(-) diff --git a/bucket/centrifugo.json b/bucket/centrifugo.json index b043c71423..da01051b14 100644 --- a/bucket/centrifugo.json +++ b/bucket/centrifugo.json @@ -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", diff --git a/bucket/deno.json b/bucket/deno.json index d9f92e68b0..74803dc35a 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -10,7 +10,7 @@ } }, "bin": "deno.exe", - "post_install": ["deno upgrade"], + "post_install": "& \"$dir\\deno.exe\" upgrade", "checkver": { "github": "https://github.com/denoland/deno" }, diff --git a/bucket/f2.json b/bucket/f2.json index 660aba33cc..af3a37d8c9 100644 --- a/bucket/f2.json +++ b/bucket/f2.json @@ -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" + } + } +}