|
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.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" |
6 | 6 | license "MPL-2.0" |
7 | 7 | head "https://github.com/terraform-linters/tflint.git", branch: "master" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments