From 1aabdeda3da2f40a01ac7502a8aa6e6f59770075 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Tue, 4 Nov 2025 12:48:19 +0000 Subject: [PATCH] bump(main/llama-cpp): 0.0.0-b6943 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 c9adc5bc35..9c24739473 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-b6942" +TERMUX_PKG_VERSION="0.0.0-b6943" TERMUX_PKG_SRCURL=https://github.com/ggml-org/llama.cpp/archive/refs/tags/${TERMUX_PKG_VERSION#*-}.tar.gz -TERMUX_PKG_SHA256=8398ed0673f7895f34d3cc30f0fbe47778decd64ef87868f6c4da51c9abb5a93 +TERMUX_PKG_SHA256=d6f5b9cbff4907856729a75f257a29cb26a6c2b750446d59ab7815d60a92dfff TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="libc++, libcurl" TERMUX_PKG_BUILD_DEPENDS="vulkan-headers, opencl-headers, ocl-icd"