Skip to content

Commit 9886cb0

Browse files
BrewTestBotbotantony
authored andcommitted
helm-ls 0.5.2
1 parent 677f70f commit 9886cb0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Formula/h/helm-ls.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class HelmLs < Formula
22
desc "Language server for Helm"
33
homepage "https://github.com/mrjosh/helm-ls"
4-
url "https://github.com/mrjosh/helm-ls/archive/refs/tags/v0.5.1.tar.gz"
5-
sha256 "b00eff8853b33d12d0e2b02e49a5a63e1273ff4decaf63ca2afbe066a12d4f0b"
4+
url "https://github.com/mrjosh/helm-ls/archive/refs/tags/v0.5.2.tar.gz"
5+
sha256 "c3884704cbe556b7092929111a9791e290afe75fc3f6ecee7ff21f7794f85101"
66
license "MIT"
77
head "https://github.com/mrjosh/helm-ls.git", branch: "master"
88

@@ -18,6 +18,8 @@ class HelmLs < Formula
1818
depends_on "go" => :build
1919

2020
def install
21+
ENV["CGO_ENABLED"] = "1" if OS.linux? && Hardware::CPU.arm?
22+
2123
ldflags = %W[
2224
-s -w
2325
-X main.Version=#{version}

0 commit comments

Comments
 (0)