From 0aae14d8682ba788cfd722443e8ea90b38ef1e95c3db4c7d06499e8f1aa253ad Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 11 Feb 2026 13:16:25 +0300 Subject: [PATCH] Update whisper.cpp --- build/distfiles/.gitignore | 2 +- ...hisper.cpp-1.8.2.tar.zst.do => whisper.cpp-1.8.3.tar.zst.do} | 2 +- build/skel/misc/{whisper.cpp-1.8.2.do => whisper.cpp-1.8.3.do} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename build/distfiles/{whisper.cpp-1.8.2.tar.zst.do => whisper.cpp-1.8.3.tar.zst.do} (86%) rename build/skel/misc/{whisper.cpp-1.8.2.do => whisper.cpp-1.8.3.do} (100%) diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index 2be9a9b..ad83ce4 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -275,7 +275,7 @@ /wavpack-5.8.1.tar.xz /webkitgtk-2.34.6.tar.xz /wget-1.25.0.tar.lz -/whisper.cpp-1.8.2.tar.zst +/whisper.cpp-1.8.3.tar.zst /whisper.cpp.git/ /wireshark-4.2.5.tar.xz /x264-2024-05-12.tar.zst diff --git a/build/distfiles/whisper.cpp-1.8.2.tar.zst.do b/build/distfiles/whisper.cpp-1.8.3.tar.zst.do similarity index 86% rename from build/distfiles/whisper.cpp-1.8.2.tar.zst.do rename to build/distfiles/whisper.cpp-1.8.3.tar.zst.do index a281791..02074b2 100644 --- a/build/distfiles/whisper.cpp-1.8.2.tar.zst.do +++ b/build/distfiles/whisper.cpp-1.8.3.tar.zst.do @@ -2,6 +2,6 @@ sname=$1.do . "$BASS_ROOT"/lib/rc [ -d whisper.cpp.git ] || git clone --depth 1 --bare https://github.com/ggerganov/whisper.cpp >&2 cd whisper.cpp.git -commit=4979e04f5dcaccb36057e059bbaed8a2f5288315 +commit=2eeeba56e9edd762b4b38467bab96c2517163158 git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/misc/whisper.cpp-1.8.2.do b/build/skel/misc/whisper.cpp-1.8.3.do similarity index 100% rename from build/skel/misc/whisper.cpp-1.8.2.do rename to build/skel/misc/whisper.cpp-1.8.3.do -- 2.52.0