Skip to content

Commit c361ecb

Browse files
committed
next-ls 0.22.5
Closes #41. Signed-off-by: Mitchell Hanberg <contact@mitchellhanberg.com>
1 parent 5540f7e commit c361ecb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

next-ls.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class NextLs < Formula
22
desc "Language server for Elixir that just works"
33
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"
4+
url "https://github.com/elixir-tools/next-ls/archive/refs/tags/v0.22.5.tar.gz"
5+
sha256 "c4f81f1b8764ebe949ef17011f325ad39af99954a33499b92a0581ac381103bf"
66
license "MIT"
77

88
bottle do
@@ -68,6 +68,7 @@ def install
6868

6969
ENV["BURRITO_TARGET"] = target
7070
ENV["MIX_ENV"] = "prod"
71+
ENV["NEXTLS_RELEASE_MODE"] = "burrito"
7172
system "mix", "deps.get"
7273
system "mix", "release"
7374

0 commit comments

Comments
 (0)