From 9d3ff08ca00710c13b4c311643b62eb2eb360710 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:32:16 +0000 Subject: [PATCH 1/2] elixir-ls 0.18.0 --- Formula/e/elixir-ls.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/elixir-ls.rb b/Formula/e/elixir-ls.rb index e5fa723584f5..f2e0d19e93ad 100644 --- a/Formula/e/elixir-ls.rb +++ b/Formula/e/elixir-ls.rb @@ -1,8 +1,8 @@ class ElixirLs < Formula desc "Language Server and Debugger for Elixir" homepage "https://elixir-lsp.github.io/elixir-ls" - url "https://github.com/elixir-lsp/elixir-ls/archive/refs/tags/v0.17.10.tar.gz" - sha256 "2ce21f28a4f4ee43027eb1c29b68379df721e632c728badcf4c23a2b420347f5" + url "https://github.com/elixir-lsp/elixir-ls/archive/refs/tags/v0.18.0.tar.gz" + sha256 "032d280e4bf5cb8871563a2715ca08dc1d98bc1d49a6d3f8713cd3b263072567" license "Apache-2.0" bottle do From 64457a3ee66344810fbebcab204a854dc5cf9990 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:53:27 +0000 Subject: [PATCH 2/2] elixir-ls: update 0.18.0 bottle. --- Formula/e/elixir-ls.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/e/elixir-ls.rb b/Formula/e/elixir-ls.rb index f2e0d19e93ad..e5684ff988b7 100644 --- a/Formula/e/elixir-ls.rb +++ b/Formula/e/elixir-ls.rb @@ -6,7 +6,7 @@ class ElixirLs < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "9c996c27450e193207c38d6202b536898b049327c9b04cb19d4a4bfe9a307820" + sha256 cellar: :any_skip_relocation, all: "818f077ec39b8744fde1d342092fd922bf6689399aaf52d323d6eb4a21f8352a" end depends_on "elixir"