Skip to content

Commit

Permalink
Merge pull request #183494 from Homebrew/bump-terraform-ls-0.34.3
Browse files Browse the repository at this point in the history
terraform-ls 0.34.3
  • Loading branch information
BrewTestBot authored Sep 4, 2024
2 parents dc03793 + 2d5492e commit 96ce981
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.34.2.tar.gz"
sha256 "379fdd6b31ba4c58e6f1b966ff9662386e9f59eeb08addb5f64d69268dfd4294"
url "https://github.com/hashicorp/terraform-ls/archive/refs/tags/v0.34.3.tar.gz"
sha256 "9398c67647a57738fbd81cb97fd15d0916fec9c1954820ee7e8ddb6812c09e91"
license "MPL-2.0"
head "https://github.com/hashicorp/terraform-ls.git", branch: "main"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "636ed065d2adaa055919581cf17149476334f6a2b28eafaa277cd6da0c249262"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e07f96134e4ac2e904290c22fbf6219afe280c7230adde65cced38192bff8216"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d150f970c135f8747f886de93a9d99f385f505504edd59b778fc21e8bc04344f"
sha256 cellar: :any_skip_relocation, sonoma: "9324bc5f6cc1d514ad72a5f81593a94343ab75c89ad1fc6d233cd9c6aa463ce9"
sha256 cellar: :any_skip_relocation, ventura: "117a27ce0cd351802b73fe87079f477f242db343f5e3ab726a6ca35e7e78c1d0"
sha256 cellar: :any_skip_relocation, monterey: "139445105bc5f35ee3150946f464212c31d49cbf43f63f0808945b74c8a4bbcc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1f23903e73e4e185617ec30057c24b4cb028e3810aa28c3bbf7e41bc38b605ea"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b50a181e9f60068d30d6d1f25ea1fde0c5378f9d27830a377afa055704397392"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b50a181e9f60068d30d6d1f25ea1fde0c5378f9d27830a377afa055704397392"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b50a181e9f60068d30d6d1f25ea1fde0c5378f9d27830a377afa055704397392"
sha256 cellar: :any_skip_relocation, sonoma: "38826dee02df48b8ddccd82efb238402585c6eaa5715af09e7e48db69c9908af"
sha256 cellar: :any_skip_relocation, ventura: "38826dee02df48b8ddccd82efb238402585c6eaa5715af09e7e48db69c9908af"
sha256 cellar: :any_skip_relocation, monterey: "38826dee02df48b8ddccd82efb238402585c6eaa5715af09e7e48db69c9908af"
sha256 cellar: :any_skip_relocation, x86_64_linux: "34d93df2febe7a24955317d2497ed43c707619d3b3788843c89d68af810682f5"
end

depends_on "go" => :build
Expand Down

0 comments on commit 96ce981

Please sign in to comment.