From 53414b73b5c0d443a4cdf2677fd7eb55a90d81e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 19 May 2024 15:35:05 +0000 Subject: [PATCH 1/2] helm-ls 0.0.17 --- Formula/h/helm-ls.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/helm-ls.rb b/Formula/h/helm-ls.rb index 964ad024c87a0..b2e6630a450d3 100644 --- a/Formula/h/helm-ls.rb +++ b/Formula/h/helm-ls.rb @@ -1,8 +1,8 @@ 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.16.tar.gz" - sha256 "ac7ab98714d0166d0281ede19971634ecd51aa0b053ea3b8bd131b446fa9ea2e" + url "https://github.com/mrjosh/helm-ls/archive/refs/tags/v0.0.17.tar.gz" + sha256 "a79038ea77bfd3130014fecb52ed13168df8e3ed5f1289146a47500b81952658" license "MIT" head "https://github.com/mrjosh/helm-ls.git", branch: "master" From 7c003eda0909be17d119a7894d5221951b13eddc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 19 May 2024 16:12:13 +0000 Subject: [PATCH 2/2] helm-ls: update 0.0.17 bottle. --- Formula/h/helm-ls.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/helm-ls.rb b/Formula/h/helm-ls.rb index b2e6630a450d3..eee361e65cbcf 100644 --- a/Formula/h/helm-ls.rb +++ b/Formula/h/helm-ls.rb @@ -7,13 +7,13 @@ class HelmLs < Formula head "https://github.com/mrjosh/helm-ls.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b444ad38606add6783695eff44900ca4c974a163854904a01878967724109ee0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f9580fed83f178ba08fd151ff309e440ead0ed035382c2b4004dcc655c72da08" - sha256 cellar: :any_skip_relocation, arm64_monterey: "c807e0dc0d8a4e6cf6d3086e4715fc1a405b75382086809ab04a3115ef6a35bb" - sha256 cellar: :any_skip_relocation, sonoma: "64e52b5b33b172f80a66dd5b78f366f638746216df6754380f21df0d22b6d316" - sha256 cellar: :any_skip_relocation, ventura: "4d500392bfa87183982b79b6b38f110a66271fac822f16ddf3be078a8ed1513b" - sha256 cellar: :any_skip_relocation, monterey: "7e4da9e422f823daa25b47a44dd1e8b64d75b7f91f431413a752b2b33ff07a02" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8293ddab0e33101c26be427ddf55dc66fdad136803cdac4a4845bade4519e9b9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5ceab9b3ef2958f0e2df5cdbb9ff9e51dc71f9f78b38c58d8b3e81a4908b89e2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3f98bdcde50bef94af50020639155f414af11901fac9f21e26daeb4fbe7affbc" + sha256 cellar: :any_skip_relocation, arm64_monterey: "53d3256957695335d7b1a0cd0ced2a89be6e96c393e87b8a2e80925db27dd07d" + sha256 cellar: :any_skip_relocation, sonoma: "f7b6f0e3d2c3f28e51a7c946ce38810a7e5e29a1a184388d913bd130886b9201" + sha256 cellar: :any_skip_relocation, ventura: "b65ce34d43085ffc5f45fea62e99df6273877bc2fa00627d26fe46aaf57d1f29" + sha256 cellar: :any_skip_relocation, monterey: "52e8cd71b073a3a59b5ad1c3cd057a6c52de924b74ec3b5978abf97ae47aea79" + sha256 cellar: :any_skip_relocation, x86_64_linux: "520d068062ad8571ea0fac735856219ba6c3f6adadf20843e6d16c2aa4639c56" end depends_on "go" => :build