ScoopInstaller_Main/bucket/kafka-exporter.json
2021-09-08 09:55:03 -07:00

33 lines
1.4 KiB
JSON

{
"version": "1.4.1",
"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.4.1/kafka_exporter-1.4.1.windows-amd64.tar.gz",
"hash": "4f4baa4101c797f2c44450862fb0916cb131ca1da8955168205f771a097d3e4f",
"extract_dir": "kafka_exporter-1.4.1.windows-amd64"
},
"32bit": {
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v1.4.1/kafka_exporter-1.4.1.windows-386.tar.gz",
"hash": "cc6fd33406d93025f7d42b1f3496dd3ba07e9c5500fa57c8a62ae157cf335f26",
"extract_dir": "kafka_exporter-1.4.1.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"
}
}
}
}