prometheus: Update to version 2.3.2

This commit is contained in:
Richard Kuhnt 2018-07-12 16:00:24 +00:00
parent 32f8c44aa0
commit b9b9fe7f81

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://prometheus.io/", "homepage": "https://prometheus.io/",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "2.3.1", "version": "2.3.2",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.3.1/prometheus-2.3.1.windows-amd64.tar.gz", "url": "https://github.com/prometheus/prometheus/releases/download/v2.3.2/prometheus-2.3.2.windows-amd64.tar.gz",
"hash": "10ed7d04c34d73f29c07abce1b01fbb885380ab2af26b605d2163601356bf50a", "hash": "6eaefc996a1f6820b782a608f916c36725887a6f1dac604a3fe007cd6f8c4005",
"extract_dir": "prometheus-2.3.1.windows-amd64" "extract_dir": "prometheus-2.3.2.windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.3.1/prometheus-2.3.1.windows-386.tar.gz", "url": "https://github.com/prometheus/prometheus/releases/download/v2.3.2/prometheus-2.3.2.windows-386.tar.gz",
"hash": "70e379212bc53e3748170dda1112efb233d951086bc01ab86fdb32f719b20986", "hash": "ab7d2b415a6a4e629bc7df452360c3a5f22fbd2d7886987e3c1559f81e586815",
"extract_dir": "prometheus-2.3.1.windows-386" "extract_dir": "prometheus-2.3.2.windows-386"
} }
}, },
"bin": "prometheus.exe", "bin": "prometheus.exe",