From aa4f9af00abc5773e29c9bccf150176e33c0aa01 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 29 Jun 2024 06:09:16 -0400 Subject: [PATCH 1/2] tflint 0.51.2 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/t/tflint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tflint.rb b/Formula/t/tflint.rb index ba7c80847202e..f6d30ed9814fb 100644 --- a/Formula/t/tflint.rb +++ b/Formula/t/tflint.rb @@ -1,8 +1,8 @@ class Tflint < Formula desc "Linter for Terraform files" homepage "https://github.com/terraform-linters/tflint" - url "https://github.com/terraform-linters/tflint/archive/refs/tags/v0.51.1.tar.gz" - sha256 "c39d08ab0a546dde16f5efa1119de922bc854bf330618e7193bd6e3c1ff37552" + url "https://github.com/terraform-linters/tflint/archive/refs/tags/v0.51.2.tar.gz" + sha256 "3f85218f3ec9554faa37c7b9791486329804ba32bac1b20befbe1deed61b0bca" license "MPL-2.0" head "https://github.com/terraform-linters/tflint.git", branch: "master" From ea906472492951b630a355b32c0df53af4fa2742 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 29 Jun 2024 14:50:47 +0000 Subject: [PATCH 2/2] tflint: update 0.51.2 bottle. --- Formula/t/tflint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tflint.rb b/Formula/t/tflint.rb index f6d30ed9814fb..a18f7a17fc267 100644 --- a/Formula/t/tflint.rb +++ b/Formula/t/tflint.rb @@ -7,13 +7,13 @@ class Tflint < Formula head "https://github.com/terraform-linters/tflint.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "602f71e3555b196f18f15c045c50a616c672798d8a48721b6ff708b969705205" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dc22b2f6d4b2ff81138eef1a49ea8112ca51b0218ae5736ca5dd7baa06d8dfdd" - sha256 cellar: :any_skip_relocation, arm64_monterey: "70985e0b6e5f36b3fc3cce959c16d8859147ab7678ae4b8b8fd0aa1fdbd977f6" - sha256 cellar: :any_skip_relocation, sonoma: "7848916862b23c90348504ae0fadd61bb43448f4fe5c1d6843dfdc8e2c6e3a37" - sha256 cellar: :any_skip_relocation, ventura: "c36ff608f79f4d033fbe1d38fcf29571307b94e64d0f912c46b5bf02b1c0b1db" - sha256 cellar: :any_skip_relocation, monterey: "89cb2743a1db69e1540e9697cea160a357cd6ef526ca03ae4ac8e7a1ab0b314f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8dbdf3199878f3f474407a9e2dbf311bdeb97d0a22d55a981e778992a41405a2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8fb5c7600e62207c1df0e719298ac7c4ec3c34f07297c31751ac442bdd3d74a7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f887affe0904d4d54393a424435fc435445b83444a44dff95e32e165125658ec" + sha256 cellar: :any_skip_relocation, arm64_monterey: "c35820085ade1a6d7643dc9b484668abe9254eb4bc485b4fbec581e12e5e1a1a" + sha256 cellar: :any_skip_relocation, sonoma: "c7a3abba09a81858b9ea8a65f48bdd19c46f443913ffc96c1a2692ae9f2b8eaa" + sha256 cellar: :any_skip_relocation, ventura: "890ec3c38ae6a697b36680233de5ca89015594b28c97b8c5657ded751f417830" + sha256 cellar: :any_skip_relocation, monterey: "90c6aab25ccaef7b6d886da93a2625f5d024f1fabdad7ed34775e559dfe9bab1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cda09873ea450a5878f335c95d52b9d93c5fdba9b0594690a553101f89a42faf" end depends_on "go" => :build