ScoopInstaller_Main/bucket/kafka-exporter.json
2021-09-16 04:47:17 -07:00

33 lines
1.4 KiB
JSON

{
"version": "1.4.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.4.2/kafka_exporter-1.4.2.windows-amd64.tar.gz",
"hash": "f0b1c15cae39a39327d8a904454c0fa4ced8330506cbaba2f0a46f12d38ba3a0",
"extract_dir": "kafka_exporter-1.4.2.windows-amd64"
},
"32bit": {
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v1.4.2/kafka_exporter-1.4.2.windows-386.tar.gz",
"hash": "5724f2bf8c68e59e60ada0311fc6e1f172422e09c0b77c8b34a350f83f8ed47d",
"extract_dir": "kafka_exporter-1.4.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"
}
}
}
}