From 013fdc4e01807bd56337bae32183ecaac78f9fd711cb9c092f7194767c0780db Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 21:48:31 +0300 Subject: [PATCH] Update whisper.cpp --- build/distfiles/.gitignore | 2 +- ...hisper.cpp-1.8.0.tar.zst.do => whisper.cpp-1.8.2.tar.zst.do} | 2 +- build/skel/misc/{whisper.cpp-1.8.0.do => whisper.cpp-1.8.2.do} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename build/distfiles/{whisper.cpp-1.8.0.tar.zst.do => whisper.cpp-1.8.2.tar.zst.do} (86%) rename build/skel/misc/{whisper.cpp-1.8.0.do => whisper.cpp-1.8.2.do} (100%) diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index b1d4796..91e1f84 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -269,7 +269,7 @@ /wavpack-5.8.1.tar.xz /webkitgtk-2.34.6.tar.xz /wget-1.25.0.tar.lz -/whisper.cpp-1.8.0.tar.zst +/whisper.cpp-1.8.2.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.0.tar.zst.do b/build/distfiles/whisper.cpp-1.8.2.tar.zst.do similarity index 86% rename from build/distfiles/whisper.cpp-1.8.0.tar.zst.do rename to build/distfiles/whisper.cpp-1.8.2.tar.zst.do index 23b482c..a281791 100644 --- a/build/distfiles/whisper.cpp-1.8.0.tar.zst.do +++ b/build/distfiles/whisper.cpp-1.8.2.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=41fc9dea6a4fe056424be86f61164413903fcff4 +commit=4979e04f5dcaccb36057e059bbaed8a2f5288315 git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/misc/whisper.cpp-1.8.0.do b/build/skel/misc/whisper.cpp-1.8.2.do similarity index 100% rename from build/skel/misc/whisper.cpp-1.8.0.do rename to build/skel/misc/whisper.cpp-1.8.2.do -- 2.52.0