confluent-platform 5.3.0

Closes #42961.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
Avinash Mohan 2019-08-09 13:44:51 +05:30 committed by Chongyu Zhu
parent 1ac213281c
commit 6a76b682ff
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -1,9 +1,9 @@
class ConfluentPlatform < Formula class ConfluentPlatform < Formula
desc "Developer-optimized distribution of Apache Kafka" desc "Developer-optimized distribution of Apache Kafka"
homepage "https://www.confluent.io/product/confluent-open-source/" homepage "https://www.confluent.io/product/confluent-platform/"
url "https://packages.confluent.io/archive/5.2/confluent-5.2.1-2.12.tar.gz" url "https://packages.confluent.io/archive/5.3/confluent-5.3.0-2.12.tar.gz"
version "5.2.1" version "5.3.0"
sha256 "11fdcc557aca782e87352ed6e655c37c71fb7b3a003796ee956970b01dedbbb1" sha256 "b7e21e09fcbdd5f6695352b0e308ef276acd8d54041440e4f66545370ca69191"
bottle :unneeded bottle :unneeded
@ -19,7 +19,7 @@ class ConfluentPlatform < Formula
end end
test do test do
system "#{bin}/confluent", "current" system "#{bin}/kafka-broker-api-versions", "--version"
assert_match "schema-registry", shell_output("#{bin}/confluent list") assert_match "5.3.0", shell_output("#{bin}/kafka-broker-api-versions --version")
end end
end end