From 507d05e03d261ae98d62263a344498e9bb9dbf28 Mon Sep 17 00:00:00 2001 From: Uchiha Kakashi <45286352+licy183@users.noreply.github.com> Date: Sun, 15 Oct 2023 22:20:00 +0800 Subject: [PATCH] code-oss: bump to 1.83.1 --- tur/code-oss/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tur/code-oss/build.sh b/tur/code-oss/build.sh index 2fd02d078..e4a263d7e 100644 --- a/tur/code-oss/build.sh +++ b/tur/code-oss/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://github.com/microsoft/vscode TERMUX_PKG_DESCRIPTION="Visual Studio Code" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@termux-user-repository" -TERMUX_PKG_VERSION="1.82.0" +TERMUX_PKG_VERSION="1.83.1" TERMUX_PKG_SRCURL=git+https://github.com/microsoft/vscode TERMUX_PKG_GIT_BRANCH="$TERMUX_PKG_VERSION" TERMUX_PKG_DEPENDS="electron-deps, libx11, libxkbfile, libsecret, ripgrep"