From a32a53fa8ab22a49ce16ac80879bbe7c10d41303 Mon Sep 17 00:00:00 2001 From: "mudler's LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sat, 25 Jul 2026 01:19:46 +0200 Subject: [PATCH] chore: :arrow_up: Update CrispStrobe/CrispASR to `2f26702117b4c7697d0fd421b6ee77cd7757ca0d` (#11109) :arrow_up: Update CrispStrobe/CrispASR Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --- backend/go/crispasr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/crispasr/Makefile b/backend/go/crispasr/Makefile index e0c87815c..993002e03 100644 --- a/backend/go/crispasr/Makefile +++ b/backend/go/crispasr/Makefile @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1) # CrispASR version (release tag) CRISPASR_REPO?=https://github.com/CrispStrobe/CrispASR -CRISPASR_VERSION?=cf0fdbbe38ad0aa107e3250f6ee5bdc755aced45 +CRISPASR_VERSION?=2f26702117b4c7697d0fd421b6ee77cd7757ca0d SO_TARGET?=libgocrispasr.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF