Skip to content

Commit da71082

Browse files
authored
Merge pull request #235656 from chenrui333/update-tflint.rb-1756629575
tflint 0.59.1
2 parents 47c8e27 + 5aa3121 commit da71082

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.1.tar.gz"
5-
sha256 "2099bef1b47dc995ae531ebcc92a9e272206976740095b1cc897b3185ecd82bf"
4+
url "https://github.com/terraform-linters/tflint/archive/refs/tags/v0.59.1.tar.gz"
5+
sha256 "9b45910e897fd2028d748387abc781f13c57127bacde97b083aed2198c7b105d"
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: "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"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0bdbbc0944d5f47051b969872a11095f31206e85bf3857a050ca80f44ff2d087"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0bdbbc0944d5f47051b969872a11095f31206e85bf3857a050ca80f44ff2d087"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0bdbbc0944d5f47051b969872a11095f31206e85bf3857a050ca80f44ff2d087"
15+
sha256 cellar: :any_skip_relocation, sonoma: "89252903c5ffb7006376c4aa2f14c4b0182fbf2c48b32e4af014685ef066b3bc"
16+
sha256 cellar: :any_skip_relocation, ventura: "c8a04be9e66bc4e17b48527b62617cf41e3cd8551014697f3e80a587342e2c56"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8fefd140e3739fa3794d2ba554aa010c220f3a703dce0259b032060d6e44c96b"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)