Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions next-ls.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class NextLs < Formula
desc "Language server for Elixir that just works"
homepage "https://www.elixir-tools.dev/next-ls"
url "https://github.com/elixir-tools/next-ls/archive/refs/tags/v0.23.3.tar.gz"
sha256 "9f3ce80f665b09ce3c8ffb25eceddf22056a7189c4e22281687eec86f4d965b0"
url "https://github.com/elixir-tools/next-ls/archive/refs/tags/v0.23.4.tar.gz"
sha256 "7bcc365e2a4f64e874bba5344a923ef5655b2de367dcda161d3f419334fa8403"
license "MIT"

bottle do
Expand Down Expand Up @@ -35,7 +35,7 @@
end
end

def install

Check failure on line 38 in next-ls.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

`brew install --verbose --formula --build-bottle elixir-tools/tap/next-ls` failed on macOS Sonoma (14) on Apple Silicon!

::error::elixir-tools/tap/next-ls 0.23.4 did not build
zig_install_dir = buildpath/"zig"
mkdir zig_install_dir
resources.each do |r|
Expand Down
Loading