kafka: Update to version 3.4.0 (#4521)

This commit is contained in:
Zarin 2023-03-08 00:26:45 -05:00 committed by GitHub
parent 6cc0e56047
commit 0a03c53b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ {
"version": "3.3.2", "version": "3.4.0",
"description": "Apache Kafka. A distributed streaming platform.", "description": "Apache Kafka. A distributed streaming platform.",
"homepage": "https://kafka.apache.org/", "homepage": "https://kafka.apache.org/",
"license": "Apache-2.0", "license": "Apache-2.0",
"suggest": { "suggest": {
"JDK": "java/openjdk" "JDK": "java/openjdk"
}, },
"url": "https://www.apache.org/dist/kafka/3.3.2/kafka_2.12-3.3.2.tgz", "url": "https://downloads.apache.org/kafka/3.4.0/kafka_2.12-3.4.0.tgz",
"hash": "sha1:1226ff221da7407a66ececd7f4432f2301f89a02", "hash": "sha1:407ecad0f9ba8f901dc9672b2fe724896cc71d07",
"extract_dir": "kafka_2.12-3.3.2", "extract_dir": "kafka_2.12-3.4.0",
"bin": [ "bin": [
"bin\\windows\\connect-distributed.bat", "bin\\windows\\connect-distributed.bat",
"bin\\windows\\connect-standalone.bat", "bin\\windows\\connect-standalone.bat",
@ -39,10 +39,10 @@
], ],
"checkver": { "checkver": {
"url": "https://kafka.apache.org/downloads", "url": "https://kafka.apache.org/downloads",
"regex": "current stable version is ([\\d.]+)\\." "regex": "current stable version is ([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"url": "https://www.apache.org/dist/kafka/$version/kafka_2.12-$version.tgz", "url": "https://downloads.apache.org/kafka/$version/kafka_2.12-$version.tgz",
"hash": { "hash": {
"url": "$url.sha1", "url": "$url.sha1",
"regex": "$basename:[\\x20\\t]+([a-fA-F0-9\\s]+)\\n+" "regex": "$basename:[\\x20\\t]+([a-fA-F0-9\\s]+)\\n+"