From 0281a1c1e251e5c20072187b037493d77e7c3679 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Sun, 23 Oct 2022 00:41:15 +0000 Subject: [PATCH] upgpkg(main/texlab): 4.3.1 This commit has been automatically submitted by Github Actions. --- packages/texlab/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/texlab/build.sh b/packages/texlab/build.sh index 5a808a647a4566..d848e4a051fd36 100644 --- a/packages/texlab/build.sh +++ b/packages/texlab/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://texlab.netlify.app/ TERMUX_PKG_DESCRIPTION="A cross-platform implementation of the Language Server Protocol providing rich cross-editing support for the LaTeX typesetting system" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="4.3.0" +TERMUX_PKG_VERSION="4.3.1" TERMUX_PKG_SRCURL=https://github.com/latex-lsp/texlab.git TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_AUTO_UPDATE=true