From 458e40b14c19bc22b537a00468c5a64e708ab076 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 14 Mar 2018 16:01:44 +0000 Subject: [PATCH] Update prometheus to version 2.2.1 --- prometheus.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/prometheus.json b/prometheus.json index 9ff3289c6e..fe9362be46 100644 --- a/prometheus.json +++ b/prometheus.json @@ -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",