|
1 | 1 | class Trufflehog < Formula |
2 | 2 | desc "Find and verify credentials" |
3 | 3 | homepage "https://trufflesecurity.com/" |
4 | | - url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.83.4.tar.gz" |
5 | | - sha256 "3d51364dee5cadee68268e221d123b29d57c06ca5b7450bcf3c5624325516501" |
| 4 | + url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.83.5.tar.gz" |
| 5 | + sha256 "ba34fd3ab56c02da552ee0cc73c4cc9584647c4239d0c585b8512a2edbd3a135" |
6 | 6 | # upstream license ask, https://github.com/trufflesecurity/trufflehog/issues/1446 |
7 | 7 | license "AGPL-3.0-only" |
8 | 8 | head "https://github.com/trufflesecurity/trufflehog.git", branch: "main" |
9 | 9 |
|
10 | 10 | bottle do |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb49b6e577d8ea1246399b3e493b42cdebaedcea559e66d553d133703aacde91" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e19ba0ace91e0d875b9d188bd8ed984864b261391b67e74af08ddffeab67c22e" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "27623a87bee20fb4855f5f4d02cfbdcc5fa68b7f3626095f16d1833cfd959f84" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "7d1245683b138cec9ebe43affbec89c958e81a483f52b0b0f606afa1121b2d8b" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "c84df20e406c60063c15572f36e41716dd881bee390af1bf0e91fd8e29c0db88" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "394941198147e2e27cbfe40c6bb9d53829673191b6331d0ebb4a83d1889926ca" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8076952e592b0fbc8ab87d7d583e4d208b590edec452494758c3739d50bd2b9d" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "151246e1f53a15b983ec918a9a0fad53e8ab68b14b095395d77f0fa71980d955" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "935d77022207cf21c66d770dd636ab6aa3ea3587a757ad32b1213fbe1269c1ed" |
| 14 | + sha256 cellar: :any_skip_relocation, sonoma: "b56ef10e5488d5e5810586988aceb1d29ca9be0d00ad36e045b93d4b8d81c0f3" |
| 15 | + sha256 cellar: :any_skip_relocation, ventura: "b435a08236c693dde5276b12306a0e5f962818c20412f1f9fc983fce63ab862c" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "33fc807c88dd9425e0423273781669143eb37540635cc2bf1f06b28d3d7e7f4b" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments