confluent-cli: Update to version 4.24.0 (#6507)

* correct checksum url

* update to latest confluent-cli version

* Update to 4.24.0

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
Tjark Andermann 2025-04-16 06:37:40 +02:00 committed by GitHub
parent 2dccb90376
commit bd47862ac4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{ {
"version": "3.48.0", "version": "4.24.0",
"description": "The Confluent command-line interface (CLI)", "description": "The Confluent command-line interface (CLI)",
"license": "https://github.com/confluentinc/cli/blob/main/LICENSE", "license": "https://github.com/confluentinc/cli/blob/main/LICENSE",
"homepage": "https://docs.confluent.io/confluent-cli/current/overview.html", "homepage": "https://docs.confluent.io/confluent-cli/current/overview.html",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/confluentinc/cli/releases/download/v3.48.0/confluent_3.48.0_windows_amd64.zip", "url": "https://github.com/confluentinc/cli/releases/download/v4.24.0/confluent_4.24.0_windows_amd64.zip",
"hash": "c3180a27d2b6f4f62af24a8444ce40e7a5621305828d2d15acf0ebe93731ec48" "hash": "8acc60fb64b509dd3120ff600bbdd3534a9614738efd1394e23f977a485fa2e2"
} }
}, },
"extract_dir": "confluent", "extract_dir": "confluent",
@ -21,7 +21,7 @@
} }
}, },
"hash": { "hash": {
"url": "$baseurl/confluent_$version_checksums.txt" "url": "$baseurl/confluent_checksums.txt"
} }
} }
} }