|
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.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" |
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: "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" |
18 | 18 | end |
19 | 19 |
|
20 | 20 | depends_on "go" => :build |
|
0 commit comments