From 0000faad4e1b58dd2e067cf49e7b90fdd5ca08cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:09:09 +0000 Subject: [PATCH 1/2] trufflehog 3.84.2 --- Formula/t/trufflehog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/trufflehog.rb b/Formula/t/trufflehog.rb index c608a25a5784b..30bc803907006 100644 --- a/Formula/t/trufflehog.rb +++ b/Formula/t/trufflehog.rb @@ -1,8 +1,8 @@ class Trufflehog < Formula desc "Find and verify credentials" homepage "https://trufflesecurity.com/" - url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.84.1.tar.gz" - sha256 "686fc8bfdea4207606db04d8bdd55fde0801c4628717260d5b8c4bda828fcbb5" + url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.84.2.tar.gz" + sha256 "59d3caa2e603c2f268068e550e1aa23b3ae078ce3cd1f2c23f1ec73228442ff8" # upstream license ask, https://github.com/trufflesecurity/trufflehog/issues/1446 license "AGPL-3.0-only" head "https://github.com/trufflesecurity/trufflehog.git", branch: "main" From 09416b9b88347f71bb52d2f1cc67389e11402c92 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:41:45 +0000 Subject: [PATCH 2/2] trufflehog: update 3.84.2 bottle. --- Formula/t/trufflehog.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/trufflehog.rb b/Formula/t/trufflehog.rb index 30bc803907006..b35c40d69bc1f 100644 --- a/Formula/t/trufflehog.rb +++ b/Formula/t/trufflehog.rb @@ -8,12 +8,12 @@ class Trufflehog < Formula head "https://github.com/trufflesecurity/trufflehog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3a2f143df4e37efaad6743ac05cd5498a3c5890f713f6bdb4fc6f7ef09979853" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3dc06a8f2c2f4f6606db15d72e5d229e24ee36a9c118ecff4229912d43f032f5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9732374f38740df24d950b6c90358c1743b08d78acbb49f28ba88f3a0212e04a" - sha256 cellar: :any_skip_relocation, sonoma: "6ef8f192a6b13377a08a48e80304d23d2fa0f6a7a61f727e8ec0972465a30a6c" - sha256 cellar: :any_skip_relocation, ventura: "11aa965968a397fce2f0bff150e6d4e46551d88ed0c1ff281bd55963408294c1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9ab2452ec2e3810087d4412cec4d1abe7aba39f6abe0965f18a310732291e315" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "93a5a18946e66f01141693e5ac7d4dc390fb162e17f90a0b3ee4fe06c3bf5cee" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aba7fbdf4a6035d084a3ee5ffd779812cd75e721e9d5be6fbcbd344f50e6a8dd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b4923f44bc9843112099328abec7f335ad8af02501f329e7b6fc61d208191933" + sha256 cellar: :any_skip_relocation, sonoma: "faf6c20ff256d27b2e6d50604d72a4bd0ecea2ff69ddf77794d5e32e492f733e" + sha256 cellar: :any_skip_relocation, ventura: "bf5e960569c7a3dbb900b2b2ddbf033456cf18e67572ab3a350acb3b35b25b4c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6bcc198c2abbcdf4f450c22fa2a7c550969915818d2eb38e4bd97471c4cf9d35" end depends_on "go" => :build