From 7330bd54061c35ec5533a1eede23b29d84af7508 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 2 Aug 2024 21:55:46 +0000 Subject: [PATCH 1/2] trufflehog 3.81.4 --- 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 3d7d16b3a82e1..0c79a14e254bb 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.81.3.tar.gz" - sha256 "dfd9ccc2ee56301acc75c329cbe3850de44dfe57d47bce8dc9eb816730ea2e75" + url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.81.4.tar.gz" + sha256 "c4ac853e5fde26f2599871a0ff3f00e6eb411e438289bc5786d8b832df2d3215" # 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 22fc708bb7dcae3e85d97dc207cbe5689c3ff089 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 2 Aug 2024 23:33:28 +0000 Subject: [PATCH 2/2] trufflehog: update 3.81.4 bottle. --- Formula/t/trufflehog.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/trufflehog.rb b/Formula/t/trufflehog.rb index 0c79a14e254bb..22daf9e9bad1e 100644 --- a/Formula/t/trufflehog.rb +++ b/Formula/t/trufflehog.rb @@ -8,13 +8,13 @@ class Trufflehog < Formula head "https://github.com/trufflesecurity/trufflehog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b58d0934c11a427da8a653de8a777cf3358da1205511b30ef1a819b456410f7f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "11ac21db1150c29aabcc4e5bcc134d7e40b549685aa599e646c9c72f4c7f51f5" - sha256 cellar: :any_skip_relocation, arm64_monterey: "8a988bd3f32ae80434ce70b7dc6d8fbfab6ca5540cc5b338093eb30b3703ad9c" - sha256 cellar: :any_skip_relocation, sonoma: "1a75e4ab5ae638be05ede9ab5a85e53d2617721727aa84ea8a6973aada86cf36" - sha256 cellar: :any_skip_relocation, ventura: "baca63b4adbf8212bd39c32f8186677ff15a44cab0720038eade60c1a9725d0c" - sha256 cellar: :any_skip_relocation, monterey: "1c0b34a677b69e8b2aad7100e50ade40bbdc7252a78fd8b1dc96747f5f9fb785" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a90cd2a3d1a3dd791b943224fdcab13ebfe024e20f0f22bd70abcb05c6205693" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7dbfc3e9e10db5aac8e5b1745fb703e97b922b613f69e49e0be920406f84cc8c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8929ad750afb87a89ad0bf04edb090aafdc300815848424422f4d8bc44ba769e" + sha256 cellar: :any_skip_relocation, arm64_monterey: "545669546bb09eb95b11a835bbc47c9105b5b18a57b2e5632bb37eba1ed43252" + sha256 cellar: :any_skip_relocation, sonoma: "d5f33e2b986182fb2a8a4be0f2e368283603c80da5fb91d050eef38e12bc363c" + sha256 cellar: :any_skip_relocation, ventura: "21d1a0bc926f7ce1650b17cb365a346871ebc3881f3871367bb088885605661d" + sha256 cellar: :any_skip_relocation, monterey: "449d56b654ad55362fe61786c47920ece64275ba5ba2ab3945cbaabf8c3e5914" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0f1c0654b277559da2660e51796c92aa6457649de2dcae8d2b93d4e66f0bf0d7" end depends_on "go" => :build