From 883e08730e7c5560b15faa17c4cacf433212532d7366ff88e14c2714de291a0d Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 11 Apr 2025 15:13:17 +0300 Subject: [PATCH] Update whisper.cpp --- build/distfiles/.gitignore | 2 +- ...hisper.cpp-1.7.4.tar.zst.do => whisper.cpp-1.7.5.tar.zst.do} | 2 +- build/skel/misc/{whisper.cpp-1.7.4.do => whisper.cpp-1.7.5.do} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename build/distfiles/{whisper.cpp-1.7.4.tar.zst.do => whisper.cpp-1.7.5.tar.zst.do} (86%) rename build/skel/misc/{whisper.cpp-1.7.4.do => whisper.cpp-1.7.5.do} (100%) diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index 4ca0ccc..1fe2cd6 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -256,7 +256,7 @@ /wavpack-5.7.0.tar.xz /webkitgtk-2.34.6.tar.xz /wget-1.25.0.tar.lz -/whisper.cpp-1.7.4.tar.zst +/whisper.cpp-1.7.5.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.7.4.tar.zst.do b/build/distfiles/whisper.cpp-1.7.5.tar.zst.do similarity index 86% rename from build/distfiles/whisper.cpp-1.7.4.tar.zst.do rename to build/distfiles/whisper.cpp-1.7.5.tar.zst.do index c68e86c..5ffdcd6 100644 --- a/build/distfiles/whisper.cpp-1.7.4.tar.zst.do +++ b/build/distfiles/whisper.cpp-1.7.5.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=8a9ad7844d6e2a10cddf4b92de4089d7ac2b14a9 +commit=51c6961c7b64b406833f4b6a4a20e67142f69225 git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/misc/whisper.cpp-1.7.4.do b/build/skel/misc/whisper.cpp-1.7.5.do similarity index 100% rename from build/skel/misc/whisper.cpp-1.7.4.do rename to build/skel/misc/whisper.cpp-1.7.5.do -- 2.48.1