diff --git a/bucket/whisper-cpp.json b/bucket/whisper-cpp.json index 043a7fdd39..8f45906d42 100644 --- a/bucket/whisper-cpp.json +++ b/bucket/whisper-cpp.json @@ -1,7 +1,7 @@ { "version": "1.8.3", "description": "High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model", - "homepage": "https://github.com/ggerganov/whisper.cpp", + "homepage": "https://github.com/ggml-org/whisper.cpp", "license": "MIT", "notes": [ "Whisper Model files are not included. You can download them here:", @@ -20,25 +20,23 @@ ], "architecture": { "64bit": { - "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.3/whisper-bin-x64.zip", + "url": "https://github.com/ggml-org/whisper.cpp/releases/download/v1.8.3/whisper-bin-x64.zip", "hash": "d824b1e37599f882b396e73f1ee0bfd5d0529f700314c48311dcbd00b803321d" }, "32bit": { - "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.3/whisper-bin-Win32.zip", + "url": "https://github.com/ggml-org/whisper.cpp/releases/download/v1.8.3/whisper-bin-Win32.zip", "hash": "219dd423cd910b72e7794b9a17f578367ba815010afcff26e3d7b527b3c111fa" } }, "extract_dir": "Release", - "checkver": { - "github": "https://github.com/ggerganov/whisper.cpp" - }, + "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v$version/whisper-bin-x64.zip" + "url": "https://github.com/ggml-org/whisper.cpp/releases/download/v$version/whisper-bin-x64.zip" }, "32bit": { - "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v$version/whisper-bin-Win32.zip" + "url": "https://github.com/ggml-org/whisper.cpp/releases/download/v$version/whisper-bin-Win32.zip" } } }