From 0175751474f714a467ceef8a15070faab0f327fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 12:53:45 +0000 Subject: [PATCH] buzz: Update to version 1.1.0 --- bucket/buzz.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/buzz.json b/bucket/buzz.json index f36bd2fd7..a79fef12a 100644 --- a/bucket/buzz.json +++ b/bucket/buzz.json @@ -1,12 +1,12 @@ { - "version": "1.0.1", + "version": "1.1.0", "description": "Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.", "homepage": "https://buzzcaptions.com/", "license": "MIT license", "architecture": { "64bit": { - "url": "https://mirror.ghproxy.com/https://github.com/chidiwilliams/buzz/releases/download/v1.0.1/Buzz-1.0.1-windows.exe", - "hash": "83ee845316958e7da6a2df6ec02663cdb0e9763276453dcec954447b651f3f93" + "url": "https://mirror.ghproxy.com/https://github.com/chidiwilliams/buzz/releases/download/v1.1.0/Buzz-1.1.0-windows.exe", + "hash": "ef7d34f0a63ae61437849a75cef166c223c0ec30b29000d08bf48f6b285520b0" } }, "pre_install": "if ($dir -match ' ') { error 'The installation directory cannot include a space'; break}",