mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "1.6.0",
|
|
"description": "Kafka exporter for Prometheus",
|
|
"homepage": "https://github.com/danielqsj/kafka_exporter",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v1.6.0/kafka_exporter-1.6.0.windows-amd64.tar.gz",
|
|
"hash": "dc6ce492726ec80a0f84f26b4572c1e56ddfa1dde615364d63e4693079738fb5",
|
|
"extract_dir": "kafka_exporter-1.6.0.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v1.6.0/kafka_exporter-1.6.0.windows-386.tar.gz",
|
|
"hash": "756244f0327c826b54a50f154629395127bf5f316f8f3c212169cfa719178ba2",
|
|
"extract_dir": "kafka_exporter-1.6.0.windows-386"
|
|
}
|
|
},
|
|
"bin": "kafka_exporter.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v$version/kafka_exporter-$version.windows-amd64.tar.gz",
|
|
"extract_dir": "kafka_exporter-$version.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v$version/kafka_exporter-$version.windows-386.tar.gz",
|
|
"extract_dir": "kafka_exporter-$version.windows-386"
|
|
}
|
|
}
|
|
}
|
|
}
|