ScoopInstaller_Main/bucket/confluent-cli.json
2024-01-22 15:22:20 +00:00

28 lines
969 B
JSON

{
"version": "3.48.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.48.0/confluent_3.48.0_windows_amd64.zip",
"hash": "c3180a27d2b6f4f62af24a8444ce40e7a5621305828d2d15acf0ebe93731ec48"
}
},
"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"
}
}
}