mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-24 20:34:43 +00:00
33 lines
1.2 KiB
JSON
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.53.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.53.0/confluent_4.53.0_windows_amd64.zip",
|
|
"hash": "3e55815ef6a125f32a526d33f87edddd962c3d60126e08744a1f602d41a37696"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|