Skip to content

Commit

Permalink
Merge pull request #196255 from Homebrew/bump-trufflehog-3.83.2
Browse files Browse the repository at this point in the history
trufflehog 3.83.2
  • Loading branch information
BrewTestBot authored Oct 31, 2024
2 parents ada07cb + 15bdd41 commit a94ca87
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.83.1.tar.gz"
sha256 "688526b61dc8a9b5c784ab12ab62df37c6a3c6dd1d2bf57590a57e8714080da5"
url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.83.2.tar.gz"
sha256 "f825f0801ef2f6d29331bab20496b9b370c08f5bd1575e1799986b392f100a01"
# 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: "001df3adb4062d660552a98100a900a14447b536f7b0514948924e8bcd8781c0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d0594f4d1522bcecf6d654a835d788e4cef28ca7e2caf78588e4a2c71f4e1226"
sha256 cellar: :any_skip_relocation, arm64_ventura: "20e3c393dde29e8be575cf8a9196c52cc433b55a71546f929fc075f4bb284c1e"
sha256 cellar: :any_skip_relocation, sonoma: "73873a2e5d90d8d2322fb0f3b7b9eb0f60abae0b6040d70701d004609e79a577"
sha256 cellar: :any_skip_relocation, ventura: "e6c55e0eacd48bd55217acc18a8d29afef12a988d21fb64bf618f49835838514"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cb68a0a5cb96fb853aa68dcb07d86f68ad81df77ddaa83a66af9754ef5e547ac"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "371f97b643c8f29669bec14b0ea2ab57bec9fbe0b65072eb850b370c12014cae"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b681ecb36b6902120cf43eae059b45186b354a66584992c9af965667f4c2a18"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f532b778f743bf9404f6c672a665e415d77dbe6b5aa76be02d4ad0f817fc2b8d"
sha256 cellar: :any_skip_relocation, sonoma: "92eacbbc45f1b9e99336463790903a11b1e54bb68c1317d7bfef82e034ab1aa0"
sha256 cellar: :any_skip_relocation, ventura: "0183ad5ea71d5b942fcf42f7769413232ac09001a3d1026aa49a13ffb284a8ee"
sha256 cellar: :any_skip_relocation, x86_64_linux: "59d6b5ade99880478906dbb8b5285ef6bc974d6f33601b062fbcc1dcfdc66a89"
end

depends_on "go" => :build
Expand Down

0 comments on commit a94ca87

Please sign in to comment.