From 9c737b27bd7fabf7931b8f6f656d52b28b2ce58c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 14 Aug 2023 17:26:40 -0400 Subject: [PATCH] texlab 5.9.2 Signed-off-by: Rui Chen --- Formula/texlab.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/texlab.rb b/Formula/texlab.rb index 95b4ef7b2204..b525bb3162a7 100644 --- a/Formula/texlab.rb +++ b/Formula/texlab.rb @@ -1,8 +1,8 @@ class Texlab < Formula desc "Implementation of the Language Server Protocol for LaTeX" homepage "https://texlab.netlify.com/" - url "https://github.com/latex-lsp/texlab/archive/v5.9.1.tar.gz" - sha256 "bed004908cf1084c02a60747977f16071580fd8a1cd0c543ca1b3e1aa93f0e14" + url "https://github.com/latex-lsp/texlab/archive/v5.9.2.tar.gz" + sha256 "b635d592423705802feb442e47622307c2ed12d265f5d48b95b3082f27d571ae" license "GPL-3.0-only" head "https://github.com/latex-lsp/texlab.git", branch: "master"