Skip to content

Commit

Permalink
Merge pull request #197834 from Homebrew/bump-terraform-ls-0.36.0
Browse files Browse the repository at this point in the history
terraform-ls 0.36.0
  • Loading branch information
BrewTestBot authored Nov 15, 2024
2 parents c8f7739 + 1425136 commit c5725ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/terraform-ls.rb
Original file line number Diff line number Diff line change
@@ -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.35.0.tar.gz"
sha256 "dcbae6aab18141ea7b2e69526cf248caa49613db234c86f275e049c0b9948ebd"
url "https://github.com/hashicorp/terraform-ls/archive/refs/tags/v0.36.0.tar.gz"
sha256 "c69ff794cc0459188ebfc118d27344ec9683557000cf67857dc50ca819b9420e"
license "MPL-2.0"
head "https://github.com/hashicorp/terraform-ls.git", branch: "main"

Expand All @@ -12,12 +12,12 @@ class TerraformLs < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "80dcaeb6f316ad3bf6d740ffde85f16d9e71fee737aa2dd242fcc18fe530f532"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "80dcaeb6f316ad3bf6d740ffde85f16d9e71fee737aa2dd242fcc18fe530f532"
sha256 cellar: :any_skip_relocation, arm64_ventura: "80dcaeb6f316ad3bf6d740ffde85f16d9e71fee737aa2dd242fcc18fe530f532"
sha256 cellar: :any_skip_relocation, sonoma: "7fb9cc828e3d29c3e686c82e7fcf96f4a88964da8dcb8e2142cdcca9d80e2385"
sha256 cellar: :any_skip_relocation, ventura: "7fb9cc828e3d29c3e686c82e7fcf96f4a88964da8dcb8e2142cdcca9d80e2385"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0ea139a3b33b83f3926d35deaa7b3a07fb8bcb8c1c0eb7e9a722afd7c56a5e98"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0c99f5d8b34e868bfcdc425e718a493bdb7ca5ac67b6b753cd5633428c8fe15f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c99f5d8b34e868bfcdc425e718a493bdb7ca5ac67b6b753cd5633428c8fe15f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0c99f5d8b34e868bfcdc425e718a493bdb7ca5ac67b6b753cd5633428c8fe15f"
sha256 cellar: :any_skip_relocation, sonoma: "def85ad807bf8a17c39a052a8a12494afb7f97d9c0f7e1b7b9279cc592fb83b9"
sha256 cellar: :any_skip_relocation, ventura: "def85ad807bf8a17c39a052a8a12494afb7f97d9c0f7e1b7b9279cc592fb83b9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e3980a66778d92171c24f1b5455fc4574cf39610548d732c5dd0e2602d61a268"
end

depends_on "go" => :build
Expand Down

0 comments on commit c5725ce

Please sign in to comment.