ScoopInstaller_Main/bucket/kafka-exporter.json
2019-06-29 10:13:13 +08:00

33 lines
1.4 KiB
JSON

{
"version": "1.2.0",
"homepage": "https://github.com/danielqsj/kafka_exporter",
"description": "Kafka exporter for Prometheus",
"license": "Apache-2.0",
"bin": "kafka_exporter.exe",
"checkver": "github",
"architecture": {
"32bit": {
"extract_dir": "kafka_exporter-1.2.0.windows-386",
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v1.2.0/kafka_exporter-1.2.0.windows-386.tar.gz",
"hash": "2a7ec7303a9530015756ef0ab4ac596ea196249db4183913f8cd859c3164cfb0"
},
"64bit": {
"extract_dir": "kafka_exporter-1.2.0.windows-amd64",
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v1.2.0/kafka_exporter-1.2.0.windows-amd64.tar.gz",
"hash": "c994cb8009d3fdf78589c507eaccf750a69664f304192e094be2762bc999db76"
}
},
"autoupdate": {
"architecture": {
"32bit": {
"extract_dir": "kafka_exporter-$version.windows-386",
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v$version/kafka_exporter-$version.windows-386.tar.gz"
},
"64bit": {
"extract_dir": "kafka_exporter-$version.windows-amd64",
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v$version/kafka_exporter-$version.windows-amd64.tar.gz"
}
}
}
}