From 9832163d21d5e3a6c9b47ae7303df27c5a365afe Mon Sep 17 00:00:00 2001 From: TUR Github Actions Date: Tue, 21 Jan 2025 01:58:48 +0000 Subject: [PATCH] bump(tur/code-server): 4.96.4 This commit has been automatically submitted by Github Actions. --- tur/code-server/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tur/code-server/build.sh b/tur/code-server/build.sh index f5887fe9c..e69d7e2bc 100644 --- a/tur/code-server/build.sh +++ b/tur/code-server/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://github.com/coder/code-server TERMUX_PKG_DESCRIPTION="Run VS Code on any machine anywhere and access it in the browser" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@termux-user-repository" -TERMUX_PKG_VERSION="4.96.2" +TERMUX_PKG_VERSION="4.96.4" TERMUX_PKG_SRCURL=git+https://github.com/coder/code-server TERMUX_PKG_DEPENDS="libandroid-spawn, libsecret, krb5, nodejs-20, ripgrep" TERMUX_PKG_ANTI_DEPENDS="nodejs-20"