|
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.0.22.tar.gz" |
5 | | - sha256 "8602139460f387eb2b423d15f1ade0eba67835dec6cdb73c9d9a13964e44a671" |
| 4 | + url "https://github.com/mrjosh/helm-ls/archive/refs/tags/v0.1.0.tar.gz" |
| 5 | + sha256 "6cbbe74114e6a4b8cd0821e372190f67743bb0528ea364a969524c754ba00c22" |
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_sonoma: "82489a21e0406d0b3b78e4aa74e572f301ad2f3a029aeb570bc311db32507a23" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "c15fca9ad6b9016881229e9417cb5021ceac8a3e3b48dd682eb48bc8b7632042" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_monterey: "e372050180846689858647e7c6c5cd28848464e7dbdac3ea4244fc3573fdf0a6" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "3afa16caf3854b0bdb256c21ce61f87c624346199515b1d7b8cbaa94afe38579" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "9a94a4703202a28ef764fb7a1c14c2fb520198a1b5c353fcbbbd2bf3bc3bc8e5" |
15 | | - sha256 cellar: :any_skip_relocation, monterey: "e00c79491e229059fbcc2c3ad783276e3bfb53f379ae930d3dfd1486410f67c1" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "99a74c1c1bd972c214742f1db161ac76528bdfc320a7b5b8262798437065167e" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fedd5ab71b9056b1e72dea7cf14793a3f031749abac67ceb8ea82562a14316ef" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "6b97bb39daac8453d8f743d3d2157788c2a98d975c0eaa4f8d4bee296583b436" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "cff77a1eb4bfba6811d7c0874a48a12282f22ae041ae45030654b1b36dd1b2b9" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "18ec922131749e79ead6a293f7f24e46c40381843a6569bba092ccb392176652" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "0a7c8137569c772d25e34d98f723519db292329706a8cb9042893a9888c6b8d9" |
| 15 | + sha256 cellar: :any_skip_relocation, monterey: "db62edea9ffe0fcfb5572030a136d163d3b8b8c2233da4bb1b8b9eb1a7c800f7" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f4b8c65835838e2509815cba6b3895e940354df97ac376516b809d7dc1d01710" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments