|
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.81.3.tar.gz" |
5 |
| - sha256 "dfd9ccc2ee56301acc75c329cbe3850de44dfe57d47bce8dc9eb816730ea2e75" |
| 4 | + url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.81.4.tar.gz" |
| 5 | + sha256 "c4ac853e5fde26f2599871a0ff3f00e6eb411e438289bc5786d8b832df2d3215" |
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_sonoma: "b58d0934c11a427da8a653de8a777cf3358da1205511b30ef1a819b456410f7f" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "11ac21db1150c29aabcc4e5bcc134d7e40b549685aa599e646c9c72f4c7f51f5" |
13 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "8a988bd3f32ae80434ce70b7dc6d8fbfab6ca5540cc5b338093eb30b3703ad9c" |
14 |
| - sha256 cellar: :any_skip_relocation, sonoma: "1a75e4ab5ae638be05ede9ab5a85e53d2617721727aa84ea8a6973aada86cf36" |
15 |
| - sha256 cellar: :any_skip_relocation, ventura: "baca63b4adbf8212bd39c32f8186677ff15a44cab0720038eade60c1a9725d0c" |
16 |
| - sha256 cellar: :any_skip_relocation, monterey: "1c0b34a677b69e8b2aad7100e50ade40bbdc7252a78fd8b1dc96747f5f9fb785" |
17 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "a90cd2a3d1a3dd791b943224fdcab13ebfe024e20f0f22bd70abcb05c6205693" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7dbfc3e9e10db5aac8e5b1745fb703e97b922b613f69e49e0be920406f84cc8c" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "8929ad750afb87a89ad0bf04edb090aafdc300815848424422f4d8bc44ba769e" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "545669546bb09eb95b11a835bbc47c9105b5b18a57b2e5632bb37eba1ed43252" |
| 14 | + sha256 cellar: :any_skip_relocation, sonoma: "d5f33e2b986182fb2a8a4be0f2e368283603c80da5fb91d050eef38e12bc363c" |
| 15 | + sha256 cellar: :any_skip_relocation, ventura: "21d1a0bc926f7ce1650b17cb365a346871ebc3881f3871367bb088885605661d" |
| 16 | + sha256 cellar: :any_skip_relocation, monterey: "449d56b654ad55362fe61786c47920ece64275ba5ba2ab3945cbaabf8c3e5914" |
| 17 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "0f1c0654b277559da2660e51796c92aa6457649de2dcae8d2b93d4e66f0bf0d7" |
18 | 18 | end
|
19 | 19 |
|
20 | 20 | depends_on "go" => :build
|
|
0 commit comments