kafka-exporter: Update to version 1.3.1

This commit is contained in:
Jakub Čábera 2021-05-18 01:06:30 -07:00
parent ff833d99dc
commit 0215771730
3 changed files with 8 additions and 22 deletions

View File

@ -1,18 +1,18 @@
{ {
"version": "1.2.0", "version": "1.3.1",
"description": "Kafka exporter for Prometheus", "description": "Kafka exporter for Prometheus",
"homepage": "https://github.com/danielqsj/kafka_exporter", "homepage": "https://github.com/danielqsj/kafka_exporter",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v1.2.0/kafka_exporter-1.2.0.windows-amd64.tar.gz", "url": "https://github.com/danielqsj/kafka_exporter/releases/download/v1.3.1/kafka_exporter-1.3.1.windows-amd64.tar.gz",
"hash": "c994cb8009d3fdf78589c507eaccf750a69664f304192e094be2762bc999db76", "hash": "38563d5d7e5ad14bc5a0c8fe7c6250a0edbd7ca082767cbca2fc144555886ff2",
"extract_dir": "kafka_exporter-1.2.0.windows-amd64" "extract_dir": "kafka_exporter-1.3.1.windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v1.2.0/kafka_exporter-1.2.0.windows-386.tar.gz", "url": "https://github.com/danielqsj/kafka_exporter/releases/download/v1.3.1/kafka_exporter-1.3.1.windows-386.tar.gz",
"hash": "2a7ec7303a9530015756ef0ab4ac596ea196249db4183913f8cd859c3164cfb0", "hash": "fab8b247360dddc12b5d34f12fcadd154710e3733406ca59dccfb8ad6077ebb0",
"extract_dir": "kafka_exporter-1.2.0.windows-386" "extract_dir": "kafka_exporter-1.3.1.windows-386"
} }
}, },
"bin": "kafka_exporter.exe", "bin": "kafka_exporter.exe",

View File

@ -7,11 +7,5 @@
"hash": "bab9af652642e1e7066b8c9c174a9621e9bed2e8acd1823001bd11b922488d24", "hash": "bab9af652642e1e7066b8c9c174a9621e9bed2e8acd1823001bd11b922488d24",
"extract_dir": "deploy", "extract_dir": "deploy",
"bin": "rainbow.exe", "bin": "rainbow.exe",
"checkver": "github", "checkver": "github"
"autoupdate": {
"url": "https://github.com/arsham/rainbow/releases/download/v$version/rainbow_windows_v$version.zip",
"hash": {
"url": "https://github.com/arsham/rainbow/releases/tag/v$version"
}
}
} }

View File

@ -14,13 +14,5 @@
"checkver": { "checkver": {
"url": "https://rethinkdb.com/docs/install/windows/", "url": "https://rethinkdb.com/docs/install/windows/",
"regex": "/windows/rethinkdb-([\\d.]+)\\.zip\">" "regex": "/windows/rethinkdb-([\\d.]+)\\.zip\">"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.rethinkdb.com/repository/raw/windows/rethinkdb-$version.zip"
}
},
"extract_dir": "rethinkdb-$version"
} }
} }