From daf5e2b11d9795ecebcc2f74e29a6eda2ca4ea7c Mon Sep 17 00:00:00 2001 From: TUR Github Actions Date: Tue, 6 Feb 2024 01:26:54 +0000 Subject: [PATCH] bump(tur/code-server): 4.21.0 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 f8631a341..8232b2b61 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.20.1" +TERMUX_PKG_VERSION="4.21.0" TERMUX_PKG_SRCURL=git+https://github.com/coder/code-server TERMUX_PKG_DEPENDS="libandroid-spawn, libsecret, krb5, nodejs-lts (<< 19), ripgrep" TERMUX_PKG_BUILD_IN_SRC=true