Skip to content

Commit

Permalink
Merge pull request #135365 from chenrui333/bump-elixir-ls-0.15.1
Browse files Browse the repository at this point in the history
elixir-ls 0.15.1
  • Loading branch information
p-linnane authored Jun 30, 2023
2 parents 64c80a3 + 794a420 commit 883bf61
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/elixir-ls.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.15.0.tar.gz"
sha256 "9049b03d34bbd9af1fd31af4411e311cb49f0f8cbc9cd070c904f9f813150b0e"
url "https://github.com/elixir-lsp/elixir-ls/archive/refs/tags/v0.15.1.tar.gz"
sha256 "d90b3b8506678ae7e63d99c82b61987b58d178358c6b6a794be31d8ac5cb1829"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "cfbfa044831fe345d9d86cce970f612f0a7c7be553b6d6d112f20ee63683d9ce"
sha256 cellar: :any_skip_relocation, arm64_monterey: "47626c0fb41753e8de5983565ed8863f7bf17adc3eba0b21c6bbd6dfb9a89d67"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "6a1db273a4d7556d66276bd169264dab184893eaf03ed65e37ab296d721c4d14"
sha256 cellar: :any_skip_relocation, ventura: "6d3e2846d464626d30f77cfea783cc61ef728777b389997d0434ff634afcfa70"
sha256 cellar: :any_skip_relocation, monterey: "3d35017eb667fe7839514e0e7b83f6796fb62d926aa80bf190c9a071deda5474"
sha256 cellar: :any_skip_relocation, big_sur: "08a03f6187e6f0aa9a464b33d9ea08123a8ed6297f258761df55456011f9b562"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4507f23d94bb687f548e7b23a04f1404a4ec35fd60b4963c949e25a0a1cbe365"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9d1fd8c983a047fca29546a7725f092fdabaeabaf542628f5f48c62b68d0c7e4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fcb844ed781cf4b71ac8524f8993a4e0dcbf4eeedc2c29ae9c9bb28d7bea3060"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "edfddee1cd52646faa7ca534c8fc05e401a513a6a8ec3a626630065789c2f4c1"
sha256 cellar: :any_skip_relocation, ventura: "6560cf7ba71aba8da81f19fe95b6041b234b7f54f7d6d425526f282f36554045"
sha256 cellar: :any_skip_relocation, monterey: "6b519b4a35f590ef8a67067f29e90151a6be241136bb2f1e560219becc65870f"
sha256 cellar: :any_skip_relocation, big_sur: "e63f328956c2c230df0b01cfa513b62ffc93a44606ae1a2f92f1a96892d9518b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a8630fd5a54ebe49c3a5df42c576dc919b80729b493db374bcbdfd104f3e7b8f"
end

depends_on "elixir"
Expand Down

0 comments on commit 883bf61

Please sign in to comment.