From 53db44dc1ffb223551d0b4e54a1cbd60a990fbbd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 8 Mar 2018 20:00:19 +0000 Subject: [PATCH] Update prometheus to version 2.2.0 --- prometheus.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/prometheus.json b/prometheus.json index adae47e9ba..9ff3289c6e 100644 --- a/prometheus.json +++ b/prometheus.json @@ -1,17 +1,17 @@ { "homepage": "https://prometheus.io/", "license": "Apache-2.0", - "version": "2.1.0", + "version": "2.2.0", "architecture": { "64bit": { - "url": "https://github.com/prometheus/prometheus/releases/download/v2.1.0/prometheus-2.1.0.windows-amd64.tar.gz", - "hash": "0fd5c7f95c78a58fe4e96768e726f6fc203dc66218228ce931d851f395ca65bc", - "extract_dir": "prometheus-2.1.0.windows-amd64" + "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" }, "32bit": { - "url": "https://github.com/prometheus/prometheus/releases/download/v2.1.0/prometheus-2.1.0.windows-386.tar.gz", - "hash": "6b95cec284f3bf9a55b010414760362e6adb97387ab9ef5a342c9cf8a82638a1", - "extract_dir": "prometheus-2.1.0.windows-386" + "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" } }, "bin": "prometheus.exe",