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 677f70f commit 9886cb0Copy full SHA for 9886cb0
Formula/h/helm-ls.rb
@@ -1,8 +1,8 @@
1
class HelmLs < Formula
2
desc "Language server for Helm"
3
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"
+ url "https://github.com/mrjosh/helm-ls/archive/refs/tags/v0.5.2.tar.gz"
+ sha256 "c3884704cbe556b7092929111a9791e290afe75fc3f6ecee7ff21f7794f85101"
6
license "MIT"
7
head "https://github.com/mrjosh/helm-ls.git", branch: "master"
8
@@ -18,6 +18,8 @@ class HelmLs < Formula
18
depends_on "go" => :build
19
20
def install
21
+ ENV["CGO_ENABLED"] = "1" if OS.linux? && Hardware::CPU.arm?
22
+
23
ldflags = %W[
24
-s -w
25
-X main.Version=#{version}
0 commit comments