|
1 | 1 | class Tflint < Formula |
2 | 2 | desc "Linter for Terraform files" |
3 | 3 | 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" |
6 | 6 | license "MPL-2.0" |
7 | 7 | head "https://github.com/terraform-linters/tflint.git", branch: "master" |
8 | 8 |
|
9 | 9 | no_autobump! because: :requires_manual_review |
10 | 10 |
|
11 | 11 | 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" |
18 | 18 | end |
19 | 19 |
|
20 | 20 | depends_on "go" => :build |
|
0 commit comments