From ef414c5955ffff994cdfa601ca358940e0b32d58 Mon Sep 17 00:00:00 2001 From: TUR Github Actions Date: Fri, 6 Dec 2024 12:50:02 +0000 Subject: [PATCH] bump(tur/tabby): 0.21.1 This commit has been automatically submitted by Github Actions. --- tur/tabby/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tur/tabby/build.sh b/tur/tabby/build.sh index 7c4d1592d..5817a878b 100644 --- a/tur/tabby/build.sh +++ b/tur/tabby/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://tabby.tabbyml.com/ TERMUX_PKG_DESCRIPTION="Self-hosted AI coding assistant" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="@termux-user-repository" -TERMUX_PKG_VERSION="0.21.0" +TERMUX_PKG_VERSION="0.21.1" TERMUX_PKG_SRCURL=git+https://github.com/TabbyML/tabby TERMUX_PKG_DEPENDS="graphviz, libopenblas, libsqlite" TERMUX_PKG_BUILD_IN_SRC=true