Skip to content

Commit 56ea109

Browse files
authored
Merge pull request #274106 from Homebrew/bump-terraform-ls-0.38.6
terraform-ls 0.38.6
2 parents d64b61d + 819b4e7 commit 56ea109

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/terraform-ls.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class TerraformLs < Formula
22
desc "Terraform Language Server"
33
homepage "https://github.com/hashicorp/terraform-ls"
4-
url "https://github.com/hashicorp/terraform-ls/archive/refs/tags/v0.38.5.tar.gz"
5-
sha256 "376188f6e0d2f1454e4144a09e32d0de2a42ef97778f0d500c2813b127f7ab9c"
4+
url "https://github.com/hashicorp/terraform-ls/archive/refs/tags/v0.38.6.tar.gz"
5+
sha256 "76df608818567cc02cfba57e23558a5ba561b3aa0a60c2f3abf1a1e2f8b282fc"
66
license "MPL-2.0"
77
head "https://github.com/hashicorp/terraform-ls.git", branch: "main"
88

@@ -12,12 +12,12 @@ class TerraformLs < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "1ac96ffa13de5c1561758a4cabba547f4b2a6520e24c298c374b857284e4bdf0"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ac96ffa13de5c1561758a4cabba547f4b2a6520e24c298c374b857284e4bdf0"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ac96ffa13de5c1561758a4cabba547f4b2a6520e24c298c374b857284e4bdf0"
18-
sha256 cellar: :any_skip_relocation, sonoma: "860ded4173234e2262c439d937279d9efaf0acf5444a308312d0b788520a3d81"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "8fbf2ee7ed56ea3931ac633693e73312742f6d08623ed22a5d202c0033906a47"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c7dd310f9a50c58c28b95464c1ff033458812ce56210069a55debfce980090ef"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "0cc667223f63e05dabcd321a67ff9cf16519f955bb509e3523b8555b25a47a86"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0cc667223f63e05dabcd321a67ff9cf16519f955bb509e3523b8555b25a47a86"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0cc667223f63e05dabcd321a67ff9cf16519f955bb509e3523b8555b25a47a86"
18+
sha256 cellar: :any_skip_relocation, sonoma: "465c3fea02518317ea529512c5e69494ab8538538d6a8179ae87a3c20beaa903"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "e3d485871bb53c71cf0bec90314c945e194211ce25b8ea0fcc6cd9d718ec87d1"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e0f553f721d7f83284b5e08711398050c6f598c9c2abddcac63ad8fd17c4c09f"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)