ScoopInstaller_Main/bucket/confluent-cli.json
Tjark Andermann 243546c9f2
confluent-cli: Update to version 4.52.0, fix checkver (#7638)
* Update license.
* Document checkver token restriction.
2026-02-14 19:30:25 +00:00

33 lines
1.2 KiB
JSON

{
"##": "Please keep the checkver field as is. The default GITHUB_TOKEN lacks the necessary permissions to access the latest release endpoint for confluentinc/cli.",
"version": "4.52.0",
"description": "The Confluent command-line interface (CLI)",
"homepage": "https://docs.confluent.io/confluent-cli/current/overview.html",
"license": {
"identifier": "Proprietary",
"url": "https://github.com/confluentinc/cli/blob/main/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/confluentinc/cli/releases/download/v4.52.0/confluent_4.52.0_windows_amd64.zip",
"hash": "aec180f43713fe78bd25daba19f21b3294bb7ffe857471710f2f9f953168c2b4"
}
},
"extract_dir": "confluent",
"bin": "confluent.exe",
"checkver": {
"url": "https://github.com/confluentinc/cli/releases/latest",
"regex": "(?i)tag/v([\\d.]+)(?=\")"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/confluentinc/cli/releases/download/v$version/confluent_$version_windows_amd64.zip"
}
},
"hash": {
"url": "$baseurl/confluent_checksums.txt"
}
}
}