Skip to content

Commit

Permalink
Merge pull request #139537 from clason/bump-texlab-5.9.2
Browse files Browse the repository at this point in the history
texlab 5.9.2
  • Loading branch information
BrewTestBot authored Aug 14, 2023
2 parents fc05028 + b70ec64 commit db306d7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/texlab.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "a7b17cc959892b5137d4849c22e2856d302d7a80058baf56b6f7337c02eae07d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "eef2a22ed3ff0dc95833f35ac9681bdef08c261d3b22365d117284d21143518e"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "8100b06edf7b3e65c1e57dab89fab8c8beefc94ed307da12922dba6c1220e753"
sha256 cellar: :any_skip_relocation, ventura: "a53c97a99430df046751e11eec886f53997b85e7fbcf20b7f21f3c39116e9074"
sha256 cellar: :any_skip_relocation, monterey: "5c4d66cbeb705fbee7aee66b6cab4c2e846a4d5f3670919bd65a8fc47851dba2"
sha256 cellar: :any_skip_relocation, big_sur: "c81fb4e94f452615105e8306dfdcfe63f874dd9c6c5df625fb25a064bf0e7b9d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2a419f1fae29f19b24e92b4d29ae052ff5318e83472cec1676147dc2b84ee5c7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0509c5062644fbee5ae6664cc2316c5b83cf3de88076458ee806ec568f4f1109"
sha256 cellar: :any_skip_relocation, arm64_monterey: "293d9c5fa24fe66c6b46c887a3bb82e1f937265d599c77ffe5df6c43c4a7bebc"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "bbce38d24ad3681937387abcfb8bb10892b819c2afca475445766c23a10f58c3"
sha256 cellar: :any_skip_relocation, ventura: "eed0bbf7fab83df357011d7693addf24cbc1a0a3590ce4241d5851e7ab72ec20"
sha256 cellar: :any_skip_relocation, monterey: "489e505738b5af49fc478adadbd380cbd7eb80ea944a7e3c58e10e04389588dc"
sha256 cellar: :any_skip_relocation, big_sur: "85d720b3ef71f868e46bb2c57b24e57ec65a9c0af15127d9640616def34b4cf8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ba2fa5248b2a9f1ca3cb2d36451b1fd9174be924de038f003f7fdf9cf6c4d7a2"
end

depends_on "rust" => :build
Expand Down

0 comments on commit db306d7

Please sign in to comment.