mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
confluent-cli: Add version 3.28.0 (#4984)
* Add: confluent-cli version 3.24.0 * Fixed checkver as the homepage was not the github page. Removed autoupdate.hash as it is not published. Updated to 3.28.0 * Added link to checkum file Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> * Update confluent-cli.json --------- Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
015f6d5998
commit
5c418b76d7
27
bucket/confluent-cli.json
Normal file
27
bucket/confluent-cli.json
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"version": "3.28.0",
|
||||||
|
"description": "The Confluent command-line interface (CLI)",
|
||||||
|
"license": "https://github.com/confluentinc/cli/blob/main/LICENSE",
|
||||||
|
"homepage": "https://docs.confluent.io/confluent-cli/current/overview.html",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/confluentinc/cli/releases/download/v3.28.0/confluent_3.28.0_windows_amd64.zip",
|
||||||
|
"hash": "d6cb5ac8e08632ffdebc8344aa168b9492f478f9ce5cad0e6aebd91f1ecc0c41"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"extract_dir": "confluent",
|
||||||
|
"bin": "confluent.exe",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/confluentinc/cli"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/confluentinc/cli/releases/download/v$version/confluent_$version_windows_amd64.zip"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/confluent_$version_checksums.txt"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user