|
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.33.tar.gz" |
5 | | - sha256 "34a281f64a5a4f0abaa3c231622ed5ec12576d508bf84655a83999816ea1ccbb" |
| 4 | + url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.88.34.tar.gz" |
| 5 | + sha256 "54b981c782157e59020cb8a2203b11c3fbb7c5668f10ffeee474b68ca7060836" |
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: "5790f0fde57922e7559977c5a2bba8bbc2c7c299c57745b296857a438f3ee263" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a92eb5308b785268806573e194c9702284d1babf88c671937dec302dfb216bc8" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "38b568b308da7aed7394ffb20fe7ef7f752d4fa8ffe35752b5a783af5dfe2504" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "e9484d28e05200300c761d4f5f549ad2e5c6e4fe4d0a1fba64a1ff77189089c7" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "9363c0f791c71f69bdc203e6411f5927cf6e1d34d7c07fbebabdc258c6f2a5cb" |
16 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "44145ca0aa907acbda2f8bb47b3028e56bcbba56d68ae36f95a1f6cd6236713e" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "cd786eccf3d40bc98c397f17619bebb715b0e966626a77c74a90fbd962881848" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eca33eeddca5dfcc9d5063b3b10a3f9bf8bb2704c14de5daa12c135b43174ee8" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0425b9eea86d2ed04c2c9dd86079386fce1287327114ffde3d4a0a622c847d7b" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "935683c54a7f6cf2e8e2c44fbd70acc94bed7a6c250d68efd322b85de8fd3ff0" |
| 14 | + sha256 cellar: :any_skip_relocation, sonoma: "df8bdbe56395a17e477be20c8522aafa7713679bf8513bdf362e61411aa35b09" |
| 15 | + sha256 cellar: :any_skip_relocation, ventura: "7590d6eda2e7969d45d8d72317b91681b5aa5b1b80733c919d9e4a8e28438c59" |
| 16 | + sha256 cellar: :any_skip_relocation, arm64_linux: "692df3de3c3c42e4f67e0b1a00c500bd6ff198e9c62d669c4bd5f3c5448b7fd0" |
| 17 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "02a41ac24d97ef7eb769679148b9d2306720a0cb657fe81de2e2ab58cb6ee996" |
18 | 18 | end |
19 | 19 |
|
20 | 20 | depends_on "go" => :build |
|
0 commit comments