From 120329e883a57fbfbccbf4ef7bf7eeda30bbc9fb Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 21 Sep 2021 15:00:39 +0000 Subject: [PATCH] kafka: Update to version 3.0.0 --- bucket/kafka.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/kafka.json b/bucket/kafka.json index fba6e0aba4..03898de60d 100644 --- a/bucket/kafka.json +++ b/bucket/kafka.json @@ -1,5 +1,5 @@ { - "version": "2.8.1", + "version": "3.0.0", "description": "Apache Kafka. A distributed streaming platform.", "homepage": "https://kafka.apache.org/", "license": "Apache-2.0", @@ -9,9 +9,9 @@ "java/openjdk" ] }, - "url": "https://www.apache.org/dist/kafka/2.8.1/kafka_2.12-2.8.1.tgz", - "hash": "sha1:455714580ac9a9ce5274c737eea98016b0e90e09", - "extract_dir": "kafka_2.12-2.8.1", + "url": "https://www.apache.org/dist/kafka/3.0.0/kafka_2.12-3.0.0.tgz", + "hash": "sha1:f74f1a6eeb157b65fbe9cff4128802b5b9595fcc", + "extract_dir": "kafka_2.12-3.0.0", "bin": [ "bin\\windows\\connect-distributed.bat", "bin\\windows\\connect-standalone.bat",