From 32f6f02f6cd59a462a354c003dcf1e9f65e30323 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:30:40 +0000 Subject: [PATCH] whisper-cpp: Update to version 1.8.1 --- bucket/whisper-cpp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/whisper-cpp.json b/bucket/whisper-cpp.json index 56c877aa36..7dc760736e 100644 --- a/bucket/whisper-cpp.json +++ b/bucket/whisper-cpp.json @@ -1,5 +1,5 @@ { - "version": "1.8.0", + "version": "1.8.1", "description": "High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model", "homepage": "https://github.com/ggerganov/whisper.cpp", "license": "MIT", @@ -18,12 +18,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.0/whisper-bin-x64.zip", - "hash": "b2ef45d9dae84df20437fd75346bd24e2f4ecc49f8292ca2545ab8890d342d89" + "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.1/whisper-bin-x64.zip", + "hash": "cc5d6126e025ef463524ed74c94d4b6a40bb67c2d1c3cb5aca02c773c388bdad" }, "32bit": { - "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.0/whisper-bin-Win32.zip", - "hash": "02dbd5dcbae493448112cd02350c677ed37c2e9a95cc297953fe2e49d0d8841e" + "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.1/whisper-bin-Win32.zip", + "hash": "3bfad346c28223f5e006ffe1d94596908fb0fbd6618d5a38af079a14ef7777df" } }, "extract_dir": "Release",