Skip to content

Commit c2707b9

Browse files
authored
Merge pull request Homebrew#183588 from Homebrew/bump-helm-ls-0.1.0
helm-ls 0.1.0
2 parents c31f141 + 05bc120 commit c2707b9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/h/helm-ls.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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.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"
66
license "MIT"
77
head "https://github.com/mrjosh/helm-ls.git", branch: "master"
88

99
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"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)