Skip to content

Commit 42fce64

Browse files
authored
Merge pull request Homebrew#230342 from Homebrew/bump-tfprovidercheck-1.0.6
tfprovidercheck 1.0.6
2 parents 39575db + 5267db3 commit 42fce64

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/t/tfprovidercheck.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Tfprovidercheck < Formula
22
desc "CLI to prevent malicious Terraform Providers from being executed"
33
homepage "https://github.com/suzuki-shunsuke/tfprovidercheck"
4-
url "https://github.com/suzuki-shunsuke/tfprovidercheck/archive/refs/tags/v1.0.5.tar.gz"
5-
sha256 "46a0db7c6cf1446d1422886468eead057e2347d9f0fdb59859e681c31b7051a4"
4+
url "https://github.com/suzuki-shunsuke/tfprovidercheck/archive/refs/tags/v1.0.6.tar.gz"
5+
sha256 "35b7038242c67864fc969c84e0614e155e8cc4be955226c440b2bba26f3ab116"
66
license "MIT"
77
head "https://github.com/suzuki-shunsuke/tfprovidercheck.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f5b941e01ba104b6451b0ad9356b90d1ef79f3a5fe1b7d6648aa9b3bd0cff6f3"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5b941e01ba104b6451b0ad9356b90d1ef79f3a5fe1b7d6648aa9b3bd0cff6f3"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f5b941e01ba104b6451b0ad9356b90d1ef79f3a5fe1b7d6648aa9b3bd0cff6f3"
13-
sha256 cellar: :any_skip_relocation, sonoma: "e7984e72e396fdfb36cb46cc0a18c95edd79afe79493354f1a092bfb445d73b0"
14-
sha256 cellar: :any_skip_relocation, ventura: "e7984e72e396fdfb36cb46cc0a18c95edd79afe79493354f1a092bfb445d73b0"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f0b28c40b41a92e5910b0f6ec3bafbea79517384a3d616cf8db9ec4746e354a5"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5999fe7f5aa3878e386922f3ae60620217e21281a9eb206d43ea4accd48950f8"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5999fe7f5aa3878e386922f3ae60620217e21281a9eb206d43ea4accd48950f8"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5999fe7f5aa3878e386922f3ae60620217e21281a9eb206d43ea4accd48950f8"
13+
sha256 cellar: :any_skip_relocation, sonoma: "ad3c0f23e2e60f0b0415a78664d1c937eda185ecaf2bb1c32b5422ac81d5e24e"
14+
sha256 cellar: :any_skip_relocation, ventura: "ad3c0f23e2e60f0b0415a78664d1c937eda185ecaf2bb1c32b5422ac81d5e24e"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ea1b43a81af9d43ce3fd5e9aff2f6d642678a533fd867da44c4be37e55d3a7a2"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)