ScoopInstaller_Main/bucket/confluent-cli.json
2023-11-10 00:32:29 +00:00

28 lines
969 B
JSON

{
"version": "3.41.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.41.0/confluent_3.41.0_windows_amd64.zip",
"hash": "d4705a74b01da1af9bd32491fb7ad597349ca27e211c6f79bd1a947c9e96a25e"
}
},
"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"
}
}
}