Skip to content

Commit

Permalink
Merge pull request #175944 from chenrui333/update-tflint.rb-1719655755
Browse files Browse the repository at this point in the history
tflint 0.51.2
  • Loading branch information
BrewTestBot committed Jun 29, 2024
2 parents e58f409 + ea90647 commit 4f2d56a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/tflint.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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"

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
Expand Down

0 comments on commit 4f2d56a

Please sign in to comment.