|
1 | 1 | class HelmLs < Formula |
2 | 2 | desc "Language server for Helm" |
3 | 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" |
| 4 | + url "https://github.com/mrjosh/helm-ls/archive/refs/tags/v0.5.2.tar.gz" |
| 5 | + sha256 "c3884704cbe556b7092929111a9791e290afe75fc3f6ecee7ff21f7794f85101" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/mrjosh/helm-ls.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "846aae040f43d7597dd50fc24ae0e3434c060228dfb5ffda404a8c46c1cbb3ec" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cdc8bed7d6943b0930e36895df1bf72aa16460569e461da69fb939d46428e10b" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8fd78ee121033e1fbf8078ba1f04b59440627900e1caeb73451f5779d99ab6ef" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "1b6b91b7cb9e4b864b6bd1285123b18670ec4ebbb6f65593c29294bef54adc78" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "1405f22c1ac4b3d0f54b2c4e3540a05d274b54e7d841d1d1f804806222c9d59d" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "d3025754aa64fd2ddcb02cb5f6350da92ebb9bbd588aca8f9aa32b9231f3a461" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "abec07cb0e36b1fd6f4de583e7459d65368aaa7802750f4d0aeec0874382492f" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f9d9b650486c7392ec69da65741fe137e936ac3049a3edd6796e185766f754e" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "966b3146f57fd717e82dfa3b638f3e4696511074631bf7c8191ec87c82448b98" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "0e93ade6b872412063bf6a7460b9b66f5e91b11767fdfce7d04d355ace41bb2b" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "ca49d2720d2b007a8079687498f6e29f051738188a0db0e31ff0252156dd06ed" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "bef97f8a048b57da16a38bec125a6919a4705fcc80d652b20b07fc3308111cf9" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
19 | 19 |
|
20 | 20 | def install |
| 21 | + ENV["CGO_ENABLED"] = "1" if OS.linux? && Hardware::CPU.arm? |
| 22 | + |
21 | 23 | ldflags = %W[ |
22 | 24 | -s -w |
23 | 25 | -X main.Version=#{version} |
|
0 commit comments