Skip to content

Commit 9f1be83

Browse files
authored
Merge pull request #224608 from chenrui333/update-tflint.rb-1748096304
tflint 0.58.0
2 parents 42366ec + 626e42d commit 9f1be83

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,18 +1,18 @@
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.57.0.tar.gz"
5-
sha256 "d78da52920e51f82615ba98f7e731300501b88232d8dca76597e511fc30634a0"
4+
url "https://github.com/terraform-linters/tflint/archive/refs/tags/v0.58.0.tar.gz"
5+
sha256 "c65176cfc5d9c7291b1f240e469670bf222baf8fdf2b9b3555bf0b6fce74a4c7"
66
license "MPL-2.0"
77
head "https://github.com/terraform-linters/tflint.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "52cb3d7d792db127a4f73da2a6f513c37b3342432da5c0ab250c74e6bd5cf7de"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "52cb3d7d792db127a4f73da2a6f513c37b3342432da5c0ab250c74e6bd5cf7de"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "52cb3d7d792db127a4f73da2a6f513c37b3342432da5c0ab250c74e6bd5cf7de"
13-
sha256 cellar: :any_skip_relocation, sonoma: "030eb91523bec952a790bce879bb2f34de47b1bf27e7cfa3797630778ffefa93"
14-
sha256 cellar: :any_skip_relocation, ventura: "2bc1916b8892e7907e754320ac44e42b1bd4ef7e28f0fc31a86826410f43f360"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a1126deb219f3ae455b6a67f6afc80cb0c029e7c57d007acbc81be58e0391b1d"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f334670b74f8d6ec47e6cb8e21784753fba04f87a11b6d3743190463eff27615"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f334670b74f8d6ec47e6cb8e21784753fba04f87a11b6d3743190463eff27615"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "f334670b74f8d6ec47e6cb8e21784753fba04f87a11b6d3743190463eff27615"
13+
sha256 cellar: :any_skip_relocation, sonoma: "6766f0bb9933eece28ca9b795587baaf14e9894488709892fc84980f39dd2bee"
14+
sha256 cellar: :any_skip_relocation, ventura: "e14cdcd73610c1a3ccd977dbd843b4926d683793b91c0b115fcc04873b37e66c"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c2ce462994f711becd98a8fdd25766fe30605dcb07663d971144b163c148d956"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)