We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5540f7e commit c361ecbCopy full SHA for c361ecb
1 file changed
next-ls.rb
@@ -1,8 +1,8 @@
1
class NextLs < Formula
2
desc "Language server for Elixir that just works"
3
homepage "https://www.elixir-tools.dev/next-ls"
4
- url "https://github.com/elixir-tools/next-ls/archive/refs/tags/v0.22.4.tar.gz"
5
- sha256 "bcb9da3ce247e8fc8b7f5beb73dcc61405292165b685d3b1ab4713aab496bce1"
+ url "https://github.com/elixir-tools/next-ls/archive/refs/tags/v0.22.5.tar.gz"
+ sha256 "c4f81f1b8764ebe949ef17011f325ad39af99954a33499b92a0581ac381103bf"
6
license "MIT"
7
8
bottle do
@@ -68,6 +68,7 @@ def install
68
69
ENV["BURRITO_TARGET"] = target
70
ENV["MIX_ENV"] = "prod"
71
+ ENV["NEXTLS_RELEASE_MODE"] = "burrito"
72
system "mix", "deps.get"
73
system "mix", "release"
74
0 commit comments