From d088b0b1a3ffa73c7aa02186d446fff91e3fde12 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 26 Sep 2017 21:01:47 +0000 Subject: [PATCH] Update prometheus to version 1.7.2 --- prometheus.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/prometheus.json b/prometheus.json index c6efa6cbbc..932ae2561a 100644 --- a/prometheus.json +++ b/prometheus.json @@ -1,17 +1,17 @@ { "homepage": "https://prometheus.io/", "license": "Apache-2.0", - "version": "1.7.1", + "version": "1.7.2", "architecture": { "64bit": { - "url": "https://github.com/prometheus/prometheus/releases/download/v1.7.1/prometheus-1.7.1.windows-amd64.tar.gz", - "hash": "c114b760016f1184afb0b92a0b513e32f8cae12d965df09c3f0e4ad32df99dbc", - "extract_dir": "prometheus-1.7.1.windows-amd64" + "url": "https://github.com/prometheus/prometheus/releases/download/v1.7.2/prometheus-1.7.2.windows-amd64.tar.gz", + "hash": "294a23d9a6d39a60e6043fe26d8a4a0f9e994325af48f5198cd17fb2a68ff702", + "extract_dir": "prometheus-1.7.2.windows-amd64" }, "32bit": { - "url": "https://github.com/prometheus/prometheus/releases/download/v1.7.1/prometheus-1.7.1.windows-386.tar.gz", - "hash": "0b2dc68b2a4209554d3ce0840b0603e2b2a083425ac900410f7e8a635a66dd43", - "extract_dir": "prometheus-1.7.1.windows-386" + "url": "https://github.com/prometheus/prometheus/releases/download/v1.7.2/prometheus-1.7.2.windows-386.tar.gz", + "hash": "753636733d479c47e7ea0f47cdb477fb96a769f84963e95d05adc57bdc0a0377", + "extract_dir": "prometheus-1.7.2.windows-386" } }, "bin": "prometheus.exe",