From d12867d95fe77ef8a2e2b7cef296e88efefde071 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Thu, 2 Oct 2025 00:49:45 +0000 Subject: [PATCH] bump(main/llama-cpp): 0.0.0-b6663 This commit has been automatically submitted by Github Actions. --- packages/llama-cpp/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/llama-cpp/build.sh b/packages/llama-cpp/build.sh index 6116c6356d..3e2aa6d0c8 100644 --- a/packages/llama-cpp/build.sh +++ b/packages/llama-cpp/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/ggml-org/llama.cpp TERMUX_PKG_DESCRIPTION="LLM inference in C/C++" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER=@termux -TERMUX_PKG_VERSION="0.0.0-b6660" +TERMUX_PKG_VERSION="0.0.0-b6663" TERMUX_PKG_SRCURL=https://github.com/ggml-org/llama.cpp/archive/refs/tags/${TERMUX_PKG_VERSION#*-}.tar.gz -TERMUX_PKG_SHA256=326f96e9873a0fa36693c2d83ae7e4a0c3fc57b1255245b1f78522ce58b8ea36 +TERMUX_PKG_SHA256=9c169965ffa4cb4dfc084af792da5f0f4537686722e735c211fb7673cb7ec569 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="libc++, libcurl" TERMUX_PKG_BUILD_DEPENDS="vulkan-headers, opencl-headers, ocl-icd"