From e1bcd6e7e60b4af29c6cc4202a15bdaeb976d1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 21 Apr 2020 06:41:15 +0200 Subject: [PATCH] texlab: Update to version 2.0.0 --- bucket/texlab.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/texlab.json b/bucket/texlab.json index e15b74e70d..d2bc0c9629 100644 --- a/bucket/texlab.json +++ b/bucket/texlab.json @@ -1,12 +1,12 @@ { - "version": "1.10.0", + "version": "2.0.0", "description": "Language Server Protocol for LaTeX", "homepage": "https://texlab.netlify.com", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/latex-lsp/texlab/releases/download/v1.10.0/texlab-x86_64-windows.zip", - "hash": "3bcd7a7b008947a7bc6bb556e2a83af479c13423783e27427fe76ee2b95d272a" + "url": "https://github.com/latex-lsp/texlab/releases/download/v2.0.0/texlab-x86_64-windows.zip", + "hash": "661f19c57ef8dea47f3d201f343f4c7685b3d19fa8721cd61cb610dd2fbde8e0" } }, "bin": "texlab.exe",