diff --git a/Formula/t/trufflehog.rb b/Formula/t/trufflehog.rb index 70dbcdee03953..dadf80b84202c 100644 --- a/Formula/t/trufflehog.rb +++ b/Formula/t/trufflehog.rb @@ -1,19 +1,19 @@ class Trufflehog < Formula desc "Find and verify credentials" homepage "https://trufflesecurity.com/" - url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.87.2.tar.gz" - sha256 "830b6282b39a1f0e296d4ca818900ac4eb49ca868abbdc444841c24e525b2f42" + url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.88.0.tar.gz" + sha256 "8040dc349e9a169029c089c1cf8bd1a4e7909b420fe41308e62b9ec21560958c" # upstream license ask, https://github.com/trufflesecurity/trufflehog/issues/1446 license "AGPL-3.0-only" head "https://github.com/trufflesecurity/trufflehog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "97295f89683c31bea46a8612dd7daedd1c7bddba0512cf5caeafbd2a9e975202" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7242071c810e1f3ec3b6987da42fae3e7f94c47dc3587201a9216caf110d9e6d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a6aca4a5fef8ad09300570a1c6ca8b4f30a1bdc6854790eb0cb64c539670cc10" - sha256 cellar: :any_skip_relocation, sonoma: "285411b93d1c28c7b54cd3072abf5c4addb2b628245f5bf1b6c94eb5f6d2b888" - sha256 cellar: :any_skip_relocation, ventura: "f89f88c3dd191596e1d6b0bd6bcdaa7f0dbf2b8d14bef300d0644328f7ffac3f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "324a9273d1a84549038415905a5472eb5513fba9695ed66636a77a30793fc777" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b2f0d206e8add05cb91b4aa2205d0fe8814266b7226437b208a25d41a8e19bc3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd8ff0c2ca09814e21c5928e5eee5d6998b228b8810199973734316661e8febb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2e1175ccd133aa62131e2d5920c41f8fa6ff1fb7115f4af881e44aae6a331e97" + sha256 cellar: :any_skip_relocation, sonoma: "993f4bce776b973b4837205329c837df12d4d5709c6fddf184a82c3248bedfee" + sha256 cellar: :any_skip_relocation, ventura: "19ed3d5145f4c511622838f8103fb6af5bd7d62e85befc42a850bd338e8c085a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2af0c703cb9c92b8d2a32e89c1a930c82f782291e2897d0f6b750b99e5de5a55" end depends_on "go" => :build