Skip to content

Commit 6875822

Browse files
authored
Merge pull request #228083 from Homebrew/bump-kingfisher-1.12.0
kingfisher 1.12.0
2 parents 7e1316b + 74f2a9a commit 6875822

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.11.0.tar.gz"
5-
sha256 "89620091e07cd340e8f2c3653254bf2ea1d3aad1f921999d0b44dbf7453d29e7"
4+
url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.12.0.tar.gz"
5+
sha256 "654b005b8163cf1626426c66b233e51583f6eb2b1287dd5766e240539a38f9cd"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ead6f31ffb651889cd8a419788861f7e2d8ff42f2e0a0093606f894c6ee3b2c4"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1e737c02f675636f4de63bb58f09a21d8233dffad4a1089cc723b7c32a66400"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "163a6e183201c7159573cc0772ebe8324eaeaf413b1f59f6e0b94d046e79b47b"
12-
sha256 cellar: :any_skip_relocation, sonoma: "058741fd2c8cce81d0f14582abbe03e3866640c42b6c180844425fe47582a10f"
13-
sha256 cellar: :any_skip_relocation, ventura: "cd3538f4d5a6c9ebf6a21562247bca6735601cb40e22c97b80371c943ca52903"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "70b3049dfc22e4b55efa2a850d58b44345a8329f97f429b4f935c77d5612e7f7"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3ba7fdba68c2733fe3d223c542bf14d3ae24ee627b949657581f74950b0a1110"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8128485020e1eda98cbf53e6f516c29dacf0a829b415eacfcfc025bc99a072ab"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2acdc53e6571e2798e874129806518ad35702de344acdeeae9868a5dbdcd9601"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "4ef139a9f2fd4619cf6cdd47843c94103b6049eaa2d3d6b83782b72a1903216d"
12+
sha256 cellar: :any_skip_relocation, sonoma: "b67ae7877416d37eb529f4d64280ef6a612c2c926438c543fbfb38082fbc44d6"
13+
sha256 cellar: :any_skip_relocation, ventura: "a954ae07f8e3b7c84e7293790b60e8cbace329c64cbf9a135a8b928cfda6f123"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "d54c23387a826accd832e39927b3b72c25ce86afbe7d82d7a88e6863cbfe42d0"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a028b38c2b5f8b41c5fcd3adf60075574c9af97c5bf21c3cd67903a857bb046f"
1616
end
1717

1818
depends_on "boost" => :build

0 commit comments

Comments
 (0)