|
1 | 1 | class Kingfisher < Formula
|
2 | 2 | desc "MongoDB's blazingly fast secret scanning and validation tool"
|
3 | 3 | homepage "https://github.com/mongodb/kingfisher"
|
4 |
| - url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.42.0.tar.gz" |
5 |
| - sha256 "99fadfa2f03e845613b2141c53dfeb82e0251183bf9063217540eb64bfe403cc" |
| 4 | + url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.43.0.tar.gz" |
| 5 | + sha256 "66c05c1faa53f0c54ddff73a4be11930bcaf60c26014e704761182cf5f4ce707" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "22bc9bc1a5819a5ff24cdd184eed5e86631c87ed581977753570e30858ea95e2" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "915e82dd65035942f7f50deed2abef48f3b50722ac3487caf53504c3cc7487ed" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "e32b48524e4f858985bc25b92fa06ee607016c8fb71d3cb07e8225d60e0860ea" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "6cae58f155a083ded24d53a0166f7c39ffee6dd679499a5da7e9e5f8e420aeab" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "3bac0d015c49a9cf41e3ba7616ba136adc605b367ed6556c2156541359b3fc21" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "a896d76d29710f6a7f142b346b0d203c6689e792fa2e050d986499bfb4e1fc74" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "9dfde0bb2dc9d2d21e388509cc2aeafa181c73989a397780b3be50df3524896a" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e77fbb05bcf4708441fb534a573bd69028ab517cba04a75d513a1e22f3d0a713" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "acef794d9b1f857fcf54c5f5077182a1e6e0158548d8bf44439651d67d020710" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "25e8de875426bbfc195cb39bd935d0670710b5bdac12041865711f5134e1ea86" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "98d906c41aa1cf0b40eca2a4ffe33300d63f47b3e96f794d2060b057dd5f0b75" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "c95ad83aae2a88543d66de12f2828dc7321c0d3d89dc9c4c87b9e10c31a37dcb" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "25d63953d811d46de72302bcc766bd14591e97c738d83fdee93f35e26f9c7689" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "7cdb6af0e9b559ac28d9edbed66fb39059bd9ad8b70177551967560bd2ae3fde" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "boost" => :build
|
|
0 commit comments