From a3836caacd447c79c438d6e26326dff4b1f20960 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:19:24 +0000 Subject: [PATCH 1/2] terraform-ls 0.36.2 --- Formula/t/terraform-ls.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terraform-ls.rb b/Formula/t/terraform-ls.rb index 52af2bfb4e347..0951daddb7c84 100644 --- a/Formula/t/terraform-ls.rb +++ b/Formula/t/terraform-ls.rb @@ -1,8 +1,8 @@ class TerraformLs < Formula desc "Terraform Language Server" homepage "https://github.com/hashicorp/terraform-ls" - url "https://github.com/hashicorp/terraform-ls/archive/refs/tags/v0.36.1.tar.gz" - sha256 "342692d44a1be59e9b7845702b7329385503371614ce2da73058f0c646f1a886" + url "https://github.com/hashicorp/terraform-ls/archive/refs/tags/v0.36.2.tar.gz" + sha256 "039c342922325ddd9711298a61056c2577abc6bcdbc98e16e49fbd8775cc7a00" license "MPL-2.0" head "https://github.com/hashicorp/terraform-ls.git", branch: "main" From 90906e22c65a99907118971ea2709b5e1987707f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:47:38 +0000 Subject: [PATCH 2/2] terraform-ls: update 0.36.2 bottle. --- Formula/t/terraform-ls.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terraform-ls.rb b/Formula/t/terraform-ls.rb index 0951daddb7c84..8fe3d4a8072a6 100644 --- a/Formula/t/terraform-ls.rb +++ b/Formula/t/terraform-ls.rb @@ -12,12 +12,12 @@ class TerraformLs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fafe071e04711c387b29143b18c2104945fd7d697540fdfd18e5d251bdfdf96a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fafe071e04711c387b29143b18c2104945fd7d697540fdfd18e5d251bdfdf96a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fafe071e04711c387b29143b18c2104945fd7d697540fdfd18e5d251bdfdf96a" - sha256 cellar: :any_skip_relocation, sonoma: "a2749a9c8f3587e76511946d11db6b5966a06f6364939125629011bcfe24e98f" - sha256 cellar: :any_skip_relocation, ventura: "a2749a9c8f3587e76511946d11db6b5966a06f6364939125629011bcfe24e98f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c3ab8c3d0a3e3f3bba2fb0320c0e88b58820455105f9756c579fb3660baefaf5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a7c74dfcca86ea804d55ab226f9af2ff7c7a8d0f268785705d6c24e36191763" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a7c74dfcca86ea804d55ab226f9af2ff7c7a8d0f268785705d6c24e36191763" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7a7c74dfcca86ea804d55ab226f9af2ff7c7a8d0f268785705d6c24e36191763" + sha256 cellar: :any_skip_relocation, sonoma: "df851be0f2a2aac03e4a13bd0ed1dc75d36ec9b3577e69e951f92a1821ce9740" + sha256 cellar: :any_skip_relocation, ventura: "df851be0f2a2aac03e4a13bd0ed1dc75d36ec9b3577e69e951f92a1821ce9740" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7d9960702675eb5775a36b74b677b9d690419ab8e81e4574aff1b69fbd4e93b3" end depends_on "go" => :build