mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 13:45:16 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "1.3.2",
|
|
"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.3.2/kafka_exporter-1.3.2.windows-amd64.tar.gz",
|
|
"hash": "3b2eb4363968c4947ebbe0fc260286991ed6d5e5813031b298c928715fe73a1f",
|
|
"extract_dir": "kafka_exporter-1.3.2.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v1.3.2/kafka_exporter-1.3.2.windows-386.tar.gz",
|
|
"hash": "9b0039f4ad8268f16ce14955d6f5d657960fb40fd0cb8783e663ee1d1e981bbf",
|
|
"extract_dir": "kafka_exporter-1.3.2.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"
|
|
}
|
|
}
|
|
}
|
|
}
|