Skip to content

Commit a7cfa39

Browse files
authored
Merge pull request #229847 from wata727/patch-3
TFLint 0.58.1
2 parents e699f50 + 1b82890 commit a7cfa39

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/tflint.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
class Tflint < Formula
22
desc "Linter for Terraform files"
33
homepage "https://github.com/terraform-linters/tflint"
4-
url "https://github.com/terraform-linters/tflint/archive/refs/tags/v0.58.0.tar.gz"
5-
sha256 "c65176cfc5d9c7291b1f240e469670bf222baf8fdf2b9b3555bf0b6fce74a4c7"
4+
url "https://github.com/terraform-linters/tflint/archive/refs/tags/v0.58.1.tar.gz"
5+
sha256 "2099bef1b47dc995ae531ebcc92a9e272206976740095b1cc897b3185ecd82bf"
66
license "MPL-2.0"
77
head "https://github.com/terraform-linters/tflint.git", branch: "master"
88

99
no_autobump! because: :requires_manual_review
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f334670b74f8d6ec47e6cb8e21784753fba04f87a11b6d3743190463eff27615"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f334670b74f8d6ec47e6cb8e21784753fba04f87a11b6d3743190463eff27615"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f334670b74f8d6ec47e6cb8e21784753fba04f87a11b6d3743190463eff27615"
15-
sha256 cellar: :any_skip_relocation, sonoma: "6766f0bb9933eece28ca9b795587baaf14e9894488709892fc84980f39dd2bee"
16-
sha256 cellar: :any_skip_relocation, ventura: "e14cdcd73610c1a3ccd977dbd843b4926d683793b91c0b115fcc04873b37e66c"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c2ce462994f711becd98a8fdd25766fe30605dcb07663d971144b163c148d956"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "24339a7eb6991d6fbe6109fc1e92db9228d2519a2f72c1bb621bc841557cdffd"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "24339a7eb6991d6fbe6109fc1e92db9228d2519a2f72c1bb621bc841557cdffd"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "24339a7eb6991d6fbe6109fc1e92db9228d2519a2f72c1bb621bc841557cdffd"
15+
sha256 cellar: :any_skip_relocation, sonoma: "a48a5b625e1089a2a982ba9fc78f486bb7c6c4868c10deb103f0dfe0c9e8f790"
16+
sha256 cellar: :any_skip_relocation, ventura: "73a38207dc2e8397cc59971e5533a3237cdda184e5ff6c24cb9a7a7747f69f54"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0a71d83a6b89aae23bdee2f4b0b295d0e9eb26a5f319afff8479558300aba75c"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)