Skip to content

Commit

Permalink
Merge pull request #153552 from BrewTestBot/bump-terraform-ls-0.32.3
Browse files Browse the repository at this point in the history
terraform-ls 0.32.3
  • Loading branch information
BrewTestBot authored Nov 7, 2023
2 parents 71dfbcc + cf53bf2 commit 6d90cb9
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.32.2.tar.gz"
sha256 "b216cdd99f94ba202d541e679193c530c2d86c69ea91dfb381597f75d5341efb"
url "https://github.com/hashicorp/terraform-ls/archive/refs/tags/v0.32.3.tar.gz"
sha256 "1eec8a564b3d857069fc8afabe213e79edb4facb3b37b9469d7269b04c2d9d82"
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: "ed6b1ad5cac1a61ec5889c10fd1539144c5a56093c41eb67363ca897bc1c3e63"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7a90d1fdb8ab3a1a4390a0a35f02cf38dd0ba824b20c9b9d1c228a6335cb3078"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6f645e4b5c2ce0bb96c3c9d80943860aca63d09e18700b4a9b86edc588fb4efd"
sha256 cellar: :any_skip_relocation, sonoma: "7f6895fa33fdd83519708da09f5fcdfc32aa31c3c25461f2af80a9659f4048f7"
sha256 cellar: :any_skip_relocation, ventura: "b8d02bf77b188e3c7243d663c5ce669331589efddd7435a690e7c11118fa5620"
sha256 cellar: :any_skip_relocation, monterey: "c86406e5918a32c2f83ea5258bfadef0cfb3ab76439075a7d37a0aa1f1df46fe"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0d5b89d151d78f59ae36b17dda8d0962faecf714768f2236d0fcee0296961a39"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "13913a63a76a508c7cab13efed6c26e812d8a1b165ae064e673d68231a8513f9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3dcab3d2fb9703179cda5728545581d42eeae65fa519fb4ecf1d987a955c7f19"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8d80768f6418b7ba6286b24f0dc5993aa93c5183f4c38a43d0b79db7741c8937"
sha256 cellar: :any_skip_relocation, sonoma: "e97ae69b94112e9ce7f0ad6d6cbdeba625f8f0e17f598cc8ed217ea3ca80df65"
sha256 cellar: :any_skip_relocation, ventura: "76300e9c4854caadd2a3594e240bd37e7132f24fa88e6a3c2e3269ed541647df"
sha256 cellar: :any_skip_relocation, monterey: "55ed6589975d646293d6ad75869f716bf77a9020f6fc502b5e6aa606675445ed"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5e94a8df4e738c628da68e830f40ed1aa2434a219eb49d7b8c205fc9af0841e8"
end

depends_on "go" => :build
Expand Down

0 comments on commit 6d90cb9

Please sign in to comment.