Skip to content

Commit 55d8903

Browse files
authored
Merge pull request #255736 from Homebrew/bump-yozefu-0.0.21
yozefu 0.0.21
2 parents 337864b + 0bec61e commit 55d8903

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/y/yozefu.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Yozefu < Formula
22
desc "TUI for exploring data in a Kafka cluster"
33
homepage "https://github.com/MAIF/yozefu"
4-
url "https://github.com/MAIF/yozefu/archive/refs/tags/v0.0.20.tar.gz"
5-
sha256 "5b990524d85c255aa39341d16f1e5609a47a40dca164c8684b8bc7b2ad4c2ec2"
4+
url "https://github.com/MAIF/yozefu/archive/refs/tags/v0.0.21.tar.gz"
5+
sha256 "e4f83830e34e3e2e79af23aa80985cd0037b8cfb478566ab1cd0c38678b49d19"
66
license "Apache-2.0"
77
head "https://github.com/MAIF/yozefu.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any, arm64_tahoe: "07019c76d1765c087b33d7c42316443da36fbf33c9e599a68344186cf6bebd56"
11-
sha256 cellar: :any, arm64_sequoia: "3698337c24f69946eb93abdf46ab979a62b7583c0bd12b58faea676804986cd8"
12-
sha256 cellar: :any, arm64_sonoma: "77a8ae4f6af4a5f0210928bf1742d8ff177a2423cfe142bdcdbdc7ea0a194d88"
13-
sha256 cellar: :any, sonoma: "7f1a5814a01c460f52a35351de4c46ce369f662df8b2cce7244785ec80ad88d2"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "509fda2ba7ae9346da21ac748daab80c4a9f984c9753c60e1b4d5050b25288bf"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a21a401d0635d660a43da12f328cf921866d4e384aed7c7e38bb8d544fbc5dca"
10+
sha256 cellar: :any, arm64_tahoe: "4aca973cb8ae3b414f6566802be62d506ed9bdc74aed50905a839d7868a84e63"
11+
sha256 cellar: :any, arm64_sequoia: "8c043bfa1ed8b87ee87add5344528cda584ce625bcb962c18142004cbd1c8f87"
12+
sha256 cellar: :any, arm64_sonoma: "3457208c350d98e7047afc84f5ca0a6bcd178126d49a418a87fc92c48ae9b1c0"
13+
sha256 cellar: :any, sonoma: "3bf70428a5e217afad071b056d519ffd41db34215071c3f5a3184ef0b5dc4ad5"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "44a03d79cd1fcd2aadf0cede7eae961d0e838a7efd42185a9f0d59bd92185f0a"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d511c8a11cb8b6a3c90db2a40780493055a4a93163bfa662aba44851e36d6c23"
1616
end
1717

1818
depends_on "cmake" => :build

0 commit comments

Comments
 (0)