Skip to content

Commit 368505c

Browse files
authored
Merge pull request #234056 from Homebrew/bump-kingfisher-1.43.0
kingfisher 1.43.0
2 parents 36d990e + 47c2e7f commit 368505c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/k/kingfisher.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Kingfisher < Formula
22
desc "MongoDB's blazingly fast secret scanning and validation tool"
33
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"
66
license "Apache-2.0"
77

88
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"
1616
end
1717

1818
depends_on "boost" => :build

0 commit comments

Comments
 (0)