Skip to content

Commit 85e846a

Browse files
authored
Merge pull request #197047 from Homebrew/bump-trufflehog-3.83.5
trufflehog 3.83.5
2 parents cacc2da + 2cbdcf2 commit 85e846a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/trufflehog.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Trufflehog < Formula
22
desc "Find and verify credentials"
33
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"
66
# upstream license ask, https://github.com/trufflesecurity/trufflehog/issues/1446
77
license "AGPL-3.0-only"
88
head "https://github.com/trufflesecurity/trufflehog.git", branch: "main"
99

1010
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"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)