Skip to content

Commit 69663ac

Browse files
authored
Merge pull request Homebrew#230472 from Homebrew/bump-kingfisher-1.22.0
kingfisher 1.22.0
2 parents 05292ac + 0e03d69 commit 69663ac

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.21.0.tar.gz"
5-
sha256 "8a630b1dc8f6e8335adc1d844f30f695f6c558cb9b1ddf6eecbbae7c4ab638db"
4+
url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.22.0.tar.gz"
5+
sha256 "643dde33043ba0995ef92a97343b58902b0059e5ee7447c6ef70f1ac7fb0d8f1"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d5fd1dfbcec4026d89dd38bfd3a3c65b7b13270517c7c65031468fc692b6a05d"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d4ca1690cb78a08ed951992ff0ba86d313a79bcb9ffc2ca82472958af80b25dc"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c71bc0a34a232caf166168031d6f186937a8bbcd0bd2794aefa591637b24adc1"
12-
sha256 cellar: :any_skip_relocation, sonoma: "7d2980c59905d39898fb0cdebd38c5b2b1e14a86ca3398145964164456a461dc"
13-
sha256 cellar: :any_skip_relocation, ventura: "cc654975e4a4a50310948440a98a9bea8df94ede443c1f5bad583a31c87ffacf"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "bb184947002f6ae0df46c5713161d2176eeeaf3d9edfa54271bedc8656376aeb"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "928b96d0a0f7405a98875dbab1652e3525c5ed22676f9643a88d05c08450b569"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8205c268eb6fa1a6602e03c6fdef310faa23896a11a149997b338bd61406d0a1"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "91e788a796b0b4c3e16a12f45be9f26280888128216cb95a2015536afb9e65ab"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c28debc9599bd2c772922239bdd179b8f433ac404b9d34079c0bf24741da2a22"
12+
sha256 cellar: :any_skip_relocation, sonoma: "d1ab8e9422e78b3dcf652014e1115fea3e943e1f244e909c4e7d66f93a36b158"
13+
sha256 cellar: :any_skip_relocation, ventura: "b41a01cc731e4a514ec009ed5fcb4d1c3fe29c84aec8adcaa29255742986de90"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "600f13a45608aed3b43d7712ac81ce6a32d2b6ae7eefad45506fd7d52581c30c"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5bee7cd3355d90b57c41722b28b84cb60eb4fed11132a73301858952a37c2276"
1616
end
1717

1818
depends_on "boost" => :build

0 commit comments

Comments
 (0)