Skip to content

Commit

Permalink
Merge pull request #203379 from Homebrew/bump-trufflehog-3.88.1
Browse files Browse the repository at this point in the history
trufflehog 3.88.1
  • Loading branch information
BrewTestBot authored Jan 6, 2025
2 parents 7501314 + ceaaa5d commit 720346c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/trufflehog.rb
Original file line number Diff line number Diff line change
@@ -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.88.0.tar.gz"
sha256 "8040dc349e9a169029c089c1cf8bd1a4e7909b420fe41308e62b9ec21560958c"
url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.88.1.tar.gz"
sha256 "00d10c4976b28f559a41b67c6b2904ef78f900e0de02338c2d9376889f0543cd"
# 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: "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"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "884281c915825d792c93ca3ae0e4bb3976f0edbd0e92d4824a63fa31d5231b08"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1f347d0d53eb989dd6f687df2fc4a7cc17e25e43c6f87669b075932b4c2f2a3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fbce30627ef95fb795786eae49e05bb686f9e38184729f4370712f376479b562"
sha256 cellar: :any_skip_relocation, sonoma: "f6f3f0d644762172eaddc093dcf1ff53d417e041f834693fbf139b0ac5b5c660"
sha256 cellar: :any_skip_relocation, ventura: "26e9c583cd0e11029dfeb1601f9e45bf13a596e17feba5a13630fbb6b3eb43cf"
sha256 cellar: :any_skip_relocation, x86_64_linux: "12ea9fcc1f54c382c6c89b8519b50ca0ab1e55cfdf872b976082b48313bf3f8a"
end

depends_on "go" => :build
Expand Down

0 comments on commit 720346c

Please sign in to comment.