From cf98fa6ae39a54f1279c0642df05d383b7558cda Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 8 Nov 2017 09:00:15 +0000 Subject: [PATCH] Update prometheus to version 2.0.0 --- prometheus.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/prometheus.json b/prometheus.json index 71b61a5667..46d03980d1 100644 --- a/prometheus.json +++ b/prometheus.json @@ -1,17 +1,17 @@ { "homepage": "https://prometheus.io/", "license": "Apache-2.0", - "version": "1.8.2", + "version": "2.0.0", "architecture": { "64bit": { - "url": "https://github.com/prometheus/prometheus/releases/download/v1.8.2/prometheus-1.8.2.windows-amd64.tar.gz", - "hash": "e78d3fe95db2911d16df9d3388d9ae2d7a871cedb7e8b80ad582f369bee93097", - "extract_dir": "prometheus-1.8.2.windows-amd64" + "url": "https://github.com/prometheus/prometheus/releases/download/v2.0.0/prometheus-2.0.0.windows-amd64.tar.gz", + "hash": "fb3539b9468c28161d200dcfe3007e7631d05f72f384c2164e40ae098d03ed59", + "extract_dir": "prometheus-2.0.0.windows-amd64" }, "32bit": { - "url": "https://github.com/prometheus/prometheus/releases/download/v1.8.2/prometheus-1.8.2.windows-386.tar.gz", - "hash": "e72396ed39e090d464d8d0e05d49605783587e1338785c3c6148359bc2c25569", - "extract_dir": "prometheus-1.8.2.windows-386" + "url": "https://github.com/prometheus/prometheus/releases/download/v2.0.0/prometheus-2.0.0.windows-386.tar.gz", + "hash": "345691e5337e8d326e8c01b2e9fd15d8a078f4d1046085de24dc3c1f305f3b67", + "extract_dir": "prometheus-2.0.0.windows-386" } }, "bin": "prometheus.exe",