We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a6f2f commit 2c105c0Copy full SHA for 2c105c0
Formula/k/kafka.rb
@@ -1,9 +1,9 @@
1
class Kafka < Formula
2
desc "Open-source distributed event streaming platform"
3
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"
+ url "https://www.apache.org/dyn/closer.lua?path=kafka/3.8.1/kafka_2.13-3.8.1.tgz"
+ mirror "https://archive.apache.org/dist/kafka/3.8.1/kafka_2.13-3.8.1.tgz"
+ sha256 "22174286d60caa62b25506c486944bc6e04d8cb2d2f15083d2feb48239778b62"
7
license "Apache-2.0"
8
9
livecheck do
0 commit comments