Skip to content

Commit

Permalink
Merge pull request #200806 from Homebrew/bump-terraform-ls-0.36.1
Browse files Browse the repository at this point in the history
terraform-ls 0.36.1
  • Loading branch information
BrewTestBot authored Dec 11, 2024
2 parents 18f4804 + b86b5bc commit 122e367
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.36.0.tar.gz"
sha256 "c69ff794cc0459188ebfc118d27344ec9683557000cf67857dc50ca819b9420e"
url "https://github.com/hashicorp/terraform-ls/archive/refs/tags/v0.36.1.tar.gz"
sha256 "342692d44a1be59e9b7845702b7329385503371614ce2da73058f0c646f1a886"
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: "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"
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"
end

depends_on "go" => :build
Expand Down

0 comments on commit 122e367

Please sign in to comment.