mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 22:51:28 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "1.3.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.3.1/kafka_exporter-1.3.1.windows-amd64.tar.gz",
|
|
"hash": "38563d5d7e5ad14bc5a0c8fe7c6250a0edbd7ca082767cbca2fc144555886ff2",
|
|
"extract_dir": "kafka_exporter-1.3.1.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v1.3.1/kafka_exporter-1.3.1.windows-386.tar.gz",
|
|
"hash": "fab8b247360dddc12b5d34f12fcadd154710e3733406ca59dccfb8ad6077ebb0",
|
|
"extract_dir": "kafka_exporter-1.3.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"
|
|
}
|
|
}
|
|
}
|
|
}
|