From d0cf682052a9f1cbe8731f092e8f1ffcc6206687 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Fri, 13 May 2016 11:25:39 -0700 Subject: [PATCH] prometheus 0.18.0 Closes #1117. Signed-off-by: ilovezfs --- Formula/prometheus.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/prometheus.rb b/Formula/prometheus.rb index 81a86f86da..e4d9079163 100644 --- a/Formula/prometheus.rb +++ b/Formula/prometheus.rb @@ -1,9 +1,8 @@ class Prometheus < Formula desc "Service monitoring system and time series database" homepage "https://prometheus.io/" - url "https://github.com/prometheus/prometheus.git", - :tag => "0.17.0", - :revision => "e11fab35d76d19c5c49b7d85e28275f894d3ada4" + url "https://github.com/prometheus/prometheus/archive/0.18.0.tar.gz" + sha256 "4def1a9e72acb6ea360e246b34e69cf21888be5c7e1bdbf29a3ab9f244e6e0aa" bottle do cellar :any_skip_relocation @@ -16,7 +15,6 @@ class Prometheus < Formula def install ENV["GOPATH"] = buildpath - ENV["GO15VENDOREXPERIMENT"] = "1" mkdir_p buildpath/"src/github.com/prometheus" ln_sf buildpath, buildpath/"src/github.com/prometheus/prometheus"