Skip to content

Commit

Permalink
Merge pull request #199783 from Homebrew/bump-trufflehog-3.84.2
Browse files Browse the repository at this point in the history
trufflehog 3.84.2
  • Loading branch information
BrewTestBot authored Dec 2, 2024
2 parents 92123d5 + 09416b9 commit ff46646
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.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"

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
Expand Down

0 comments on commit ff46646

Please sign in to comment.