Update prometheus to version 2.2.1

This commit is contained in:
Richard Kuhnt 2018-03-14 16:01:44 +00:00
parent 29d61e3c25
commit 458e40b14c

View File

@ -1,17 +1,17 @@
{
"homepage": "https://prometheus.io/",
"license": "Apache-2.0",
"version": "2.2.0",
"version": "2.2.1",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.2.0/prometheus-2.2.0.windows-amd64.tar.gz",
"hash": "34b8a01556594991ec7e6e2084892dde144190a2468efa00feaa830c43829256",
"extract_dir": "prometheus-2.2.0.windows-amd64"
"url": "https://github.com/prometheus/prometheus/releases/download/v2.2.1/prometheus-2.2.1.windows-amd64.tar.gz",
"hash": "03cf9f24a160944333e4db4358182b9e2d713872d27f126f7493e574493ae2c2",
"extract_dir": "prometheus-2.2.1.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.2.0/prometheus-2.2.0.windows-386.tar.gz",
"hash": "ff6bda201ca9a8e247f5d85ca0ffbb5a3940f1e19937bce804b77cc96424839e",
"extract_dir": "prometheus-2.2.0.windows-386"
"url": "https://github.com/prometheus/prometheus/releases/download/v2.2.1/prometheus-2.2.1.windows-386.tar.gz",
"hash": "4cc3e6d176cd41d6d28b0c47b146157972cca2485e41861f0a10630a68330737",
"extract_dir": "prometheus-2.2.1.windows-386"
}
},
"bin": "prometheus.exe",