|
1 | 1 | class Trufflehog < Formula |
2 | 2 | desc "Find and verify credentials" |
3 | 3 | homepage "https://trufflesecurity.com/" |
4 | | - url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.88.1.tar.gz" |
5 | | - sha256 "00d10c4976b28f559a41b67c6b2904ef78f900e0de02338c2d9376889f0543cd" |
| 4 | + url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.88.2.tar.gz" |
| 5 | + sha256 "33b3ea2423016af3af7a4c98a0e9cf299416553726d35f29726abc4ddbbb3e57" |
6 | 6 | # upstream license ask, https://github.com/trufflesecurity/trufflehog/issues/1446 |
7 | 7 | license "AGPL-3.0-only" |
8 | 8 | head "https://github.com/trufflesecurity/trufflehog.git", branch: "main" |
9 | 9 |
|
10 | 10 | bottle do |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "884281c915825d792c93ca3ae0e4bb3976f0edbd0e92d4824a63fa31d5231b08" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1f347d0d53eb989dd6f687df2fc4a7cc17e25e43c6f87669b075932b4c2f2a3" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "fbce30627ef95fb795786eae49e05bb686f9e38184729f4370712f376479b562" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "f6f3f0d644762172eaddc093dcf1ff53d417e041f834693fbf139b0ac5b5c660" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "26e9c583cd0e11029dfeb1601f9e45bf13a596e17feba5a13630fbb6b3eb43cf" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "12ea9fcc1f54c382c6c89b8519b50ca0ab1e55cfdf872b976082b48313bf3f8a" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "be0c41edf6db07ca74131c484fc1df4f18adbe00d72bd4faef983926f630ab80" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bba3aec18ac5c394215fb93b19ff702ce26a74e62b78f4ee22ff4eb0332bc97f" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "ec8c077c391cae0b2c25dadee0e4c0111a7218c4211818e53dccf0e4d298249b" |
| 14 | + sha256 cellar: :any_skip_relocation, sonoma: "f28e3ebd4d3a05d768ff82676324f48ed6e15044b476ee53940bff36280b2b73" |
| 15 | + sha256 cellar: :any_skip_relocation, ventura: "c38510057578bc457d1b8d3673959519c2484c563f4277f2d3567b7dc1caf0ae" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "5aec0894222ad905d149034259f09fc98e2c841f8038716c74fa3dcb3b7665f9" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments