From 3942e9947bdbc854155a3cbbb34305b17e3c89d9 Mon Sep 17 00:00:00 2001 From: TUR Github Actions Date: Sat, 21 Dec 2024 01:58:25 +0000 Subject: [PATCH] bump(tur/code-server): 4.96.2 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 ac7ff8f1e..f5887fe9c 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.1" +TERMUX_PKG_VERSION="4.96.2" 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"