feat(texlab): enable auto-update, upgrade to 3.3.2

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
This commit is contained in:
Aditya Alok 2022-04-15 01:48:18 +05:30
parent 294cca05d9
commit 30b1b58784
No known key found for this signature in database
GPG Key ID: 345AE134142077D8
1 changed files with 2 additions and 1 deletions

View File

@ -2,9 +2,10 @@ 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=3.3.1
TERMUX_PKG_VERSION=3.3.2
TERMUX_PKG_SRCURL=https://github.com/latex-lsp/texlab.git
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true
termux_step_make() {
termux_setup_rust