Skip to content

Commit

Permalink
Merge pull request #183588 from Homebrew/bump-helm-ls-0.1.0
Browse files Browse the repository at this point in the history
helm-ls 0.1.0
  • Loading branch information
BrewTestBot authored Sep 5, 2024
2 parents c31f141 + 05bc120 commit c2707b9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/h/helm-ls.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class HelmLs < Formula
desc "Language server for Helm"
homepage "https://github.com/mrjosh/helm-ls"
url "https://github.com/mrjosh/helm-ls/archive/refs/tags/v0.0.22.tar.gz"
sha256 "8602139460f387eb2b423d15f1ade0eba67835dec6cdb73c9d9a13964e44a671"
url "https://github.com/mrjosh/helm-ls/archive/refs/tags/v0.1.0.tar.gz"
sha256 "6cbbe74114e6a4b8cd0821e372190f67743bb0528ea364a969524c754ba00c22"
license "MIT"
head "https://github.com/mrjosh/helm-ls.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "82489a21e0406d0b3b78e4aa74e572f301ad2f3a029aeb570bc311db32507a23"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c15fca9ad6b9016881229e9417cb5021ceac8a3e3b48dd682eb48bc8b7632042"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e372050180846689858647e7c6c5cd28848464e7dbdac3ea4244fc3573fdf0a6"
sha256 cellar: :any_skip_relocation, sonoma: "3afa16caf3854b0bdb256c21ce61f87c624346199515b1d7b8cbaa94afe38579"
sha256 cellar: :any_skip_relocation, ventura: "9a94a4703202a28ef764fb7a1c14c2fb520198a1b5c353fcbbbd2bf3bc3bc8e5"
sha256 cellar: :any_skip_relocation, monterey: "e00c79491e229059fbcc2c3ad783276e3bfb53f379ae930d3dfd1486410f67c1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "99a74c1c1bd972c214742f1db161ac76528bdfc320a7b5b8262798437065167e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fedd5ab71b9056b1e72dea7cf14793a3f031749abac67ceb8ea82562a14316ef"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6b97bb39daac8453d8f743d3d2157788c2a98d975c0eaa4f8d4bee296583b436"
sha256 cellar: :any_skip_relocation, arm64_monterey: "cff77a1eb4bfba6811d7c0874a48a12282f22ae041ae45030654b1b36dd1b2b9"
sha256 cellar: :any_skip_relocation, sonoma: "18ec922131749e79ead6a293f7f24e46c40381843a6569bba092ccb392176652"
sha256 cellar: :any_skip_relocation, ventura: "0a7c8137569c772d25e34d98f723519db292329706a8cb9042893a9888c6b8d9"
sha256 cellar: :any_skip_relocation, monterey: "db62edea9ffe0fcfb5572030a136d163d3b8b8c2233da4bb1b8b9eb1a7c800f7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f4b8c65835838e2509815cba6b3895e940354df97ac376516b809d7dc1d01710"
end

depends_on "go" => :build
Expand Down

0 comments on commit c2707b9

Please sign in to comment.