Skip to content

Commit

Permalink
Merge pull request Homebrew#182277 from Homebrew/bump-helm-ls-0.0.22
Browse files Browse the repository at this point in the history
helm-ls 0.0.22
  • Loading branch information
BrewTestBot authored Aug 24, 2024
2 parents 5f88821 + 88b80ce commit 87553b7
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.21.tar.gz"
sha256 "8faf4fb71c20e45f586f7991ae5ff7485a9cd7eed52219a1fdb62e857b83da40"
url "https://github.com/mrjosh/helm-ls/archive/refs/tags/v0.0.22.tar.gz"
sha256 "8602139460f387eb2b423d15f1ade0eba67835dec6cdb73c9d9a13964e44a671"
license "MIT"
head "https://github.com/mrjosh/helm-ls.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "325a2327f55e7e3c37e3768bbc41514d9d9aacc3ffe55c454362c25ed33c4f44"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3af0d7fc2639d17bae0f0227790ff53fdc523e3fae5c2d3b4dae994e1cdcf22e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1c40da4a19fa82942376a465c8795013dc6c29a75249c8543644ae570b332f86"
sha256 cellar: :any_skip_relocation, sonoma: "0ce13601c3f64948d628801e49e28624fb8edad405f9da8c780494c783f72cb7"
sha256 cellar: :any_skip_relocation, ventura: "c400ce035ade9c1697327c9c49176bd4e0882c15c0d08cd30e13162eb1d6755a"
sha256 cellar: :any_skip_relocation, monterey: "03262b43dcf6281fb7c7facde4d969fb8d9f12e6949f6a2e137c02f8670e0831"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f453dc50dde11008565ca0ab1dc9e007477a677442e552428fc361fb3fa40157"
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"
end

depends_on "go" => :build
Expand Down

0 comments on commit 87553b7

Please sign in to comment.