whisper-cpp: Update to version 1.8.2

This commit is contained in:
github-actions[bot] 2025-10-16 00:38:16 +00:00
parent 638ca38f2e
commit 1ad3db2213

View File

@ -1,5 +1,5 @@
{
"version": "1.8.1",
"version": "1.8.2",
"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.1/whisper-bin-x64.zip",
"hash": "cc5d6126e025ef463524ed74c94d4b6a40bb67c2d1c3cb5aca02c773c388bdad"
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.2/whisper-bin-x64.zip",
"hash": "b1514ebc099765e39fa37eb780b92a140a94c86bb0b3b3d98226b38825979732"
},
"32bit": {
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.1/whisper-bin-Win32.zip",
"hash": "3bfad346c28223f5e006ffe1d94596908fb0fbd6618d5a38af079a14ef7777df"
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.2/whisper-bin-Win32.zip",
"hash": "49244b4d13cc95f2f27a0098809a8514a835929fa0d24d1a8db6b9073650ba96"
}
},
"extract_dir": "Release",