Skip to content

Commit 6d25c48

Browse files
authored
Merge pull request Homebrew#195945 from Homebrew/bump-kafka-3.8.1
kafka 3.8.1
2 parents d68cae5 + c044906 commit 6d25c48

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

Formula/k/kafka.rb

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Kafka < Formula
22
desc "Open-source distributed event streaming platform"
33
homepage "https://kafka.apache.org/"
4-
url "https://www.apache.org/dyn/closer.lua?path=kafka/3.8.0/kafka_2.13-3.8.0.tgz"
5-
mirror "https://archive.apache.org/dist/kafka/3.8.0/kafka_2.13-3.8.0.tgz"
6-
sha256 "e0297cc6fdb09ef9d9905751b25d2b629c17528f8629b60561eeff87ce29099c"
4+
url "https://www.apache.org/dyn/closer.lua?path=kafka/3.8.1/kafka_2.13-3.8.1.tgz"
5+
mirror "https://archive.apache.org/dist/kafka/3.8.1/kafka_2.13-3.8.1.tgz"
6+
sha256 "22174286d60caa62b25506c486944bc6e04d8cb2d2f15083d2feb48239778b62"
77
license "Apache-2.0"
88

99
livecheck do
@@ -12,14 +12,12 @@ class Kafka < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b114d4da9a7f5d36352eac97e150b0c96b90bdf9dcf4354b28e780936ea32d2"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "984a7b573108f604aad841331000689f5100ebdbbcb4db3e76030159d9547f1b"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "984a7b573108f604aad841331000689f5100ebdbbcb4db3e76030159d9547f1b"
18-
sha256 cellar: :any_skip_relocation, arm64_monterey: "984a7b573108f604aad841331000689f5100ebdbbcb4db3e76030159d9547f1b"
19-
sha256 cellar: :any_skip_relocation, sonoma: "5a163cdf3ee921fe33b456949870a1acd47c3748afdefee93a092b4eb5b3d15c"
20-
sha256 cellar: :any_skip_relocation, ventura: "5a163cdf3ee921fe33b456949870a1acd47c3748afdefee93a092b4eb5b3d15c"
21-
sha256 cellar: :any_skip_relocation, monterey: "5a163cdf3ee921fe33b456949870a1acd47c3748afdefee93a092b4eb5b3d15c"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "edcb7c39f2aedf2dba46e68fe1d63de0cfa88ed96202cc56316cc33c657442d3"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd3f60224b178ca9f201c0bbaf0ca1c5b8a6b8b5a8ef5662634dd520321040f3"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd3f60224b178ca9f201c0bbaf0ca1c5b8a6b8b5a8ef5662634dd520321040f3"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "dd3f60224b178ca9f201c0bbaf0ca1c5b8a6b8b5a8ef5662634dd520321040f3"
18+
sha256 cellar: :any_skip_relocation, sonoma: "ed63b778e7bbe585083a20848af516bad37170bcb6b23501f9ac0ac2a0ccbe39"
19+
sha256 cellar: :any_skip_relocation, ventura: "ed63b778e7bbe585083a20848af516bad37170bcb6b23501f9ac0ac2a0ccbe39"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "dd3f60224b178ca9f201c0bbaf0ca1c5b8a6b8b5a8ef5662634dd520321040f3"
2321
end
2422

2523
depends_on "openjdk"

0 commit comments

Comments
 (0)