Skip to content

Commit 5af0cef

Browse files
authored
Merge pull request #247040 from Homebrew/bump-terraform-ls-0.38.1
terraform-ls 0.38.1
2 parents 1ab8e0c + 4ed6128 commit 5af0cef

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/t/terraform-ls.rb

Lines changed: 7 additions & 7 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.0.tar.gz"
5-
sha256 "021340fa9b317d90d085ab13cfeaa7c0b802fda0ac03a8bd4e467579f909cd54"
4+
url "https://github.com/hashicorp/terraform-ls/archive/refs/tags/v0.38.1.tar.gz"
5+
sha256 "cf9aadc9ccb5fa5f8a778a18e3c3961e5855acebac52fd5f3e59b5e934ac2c05"
66
license "MPL-2.0"
77
head "https://github.com/hashicorp/terraform-ls.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "b152ef992d25067a5814c7fc47fc7875a3a0f2d960954be3f4764f0e8d5c44d1"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b152ef992d25067a5814c7fc47fc7875a3a0f2d960954be3f4764f0e8d5c44d1"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b152ef992d25067a5814c7fc47fc7875a3a0f2d960954be3f4764f0e8d5c44d1"
18-
sha256 cellar: :any_skip_relocation, sonoma: "5e1df12a494bb30168817b66239132177021c9ad0c9c2bc383879705245cb626"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6363e8dc8df3b10915dc094665957a0c567724b412acb80150681236f638458f"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "8d367e827b49a19d63ef1f0c4cc22df449be6fc86f16e8cc422c16aa485e37dc"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d367e827b49a19d63ef1f0c4cc22df449be6fc86f16e8cc422c16aa485e37dc"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d367e827b49a19d63ef1f0c4cc22df449be6fc86f16e8cc422c16aa485e37dc"
18+
sha256 cellar: :any_skip_relocation, sonoma: "6c7fd82ea0f58449594a774ae41675aade662bf9af21df4d1f26383e81f2bad1"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "63c838b3d6d1bc36f258ee290bf2b651f046e705a23315d56c2719bab6149d10"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)