telegraf 0.13.1

Closes #1657.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
gunnaraasen 2016-06-01 22:21:19 -07:00 committed by Mike McQuaid
parent f8d8583b83
commit 70313de634

View file

@ -3,10 +3,8 @@ require "language/go"
class Telegraf < Formula
desc "Server-level metric gathering agent for InfluxDB"
homepage "https://influxdata.com"
url "https://github.com/influxdata/telegraf/archive/0.13.0.tar.gz"
sha256 "e48f01e5d217af445f8152e9aeb393bf1ba94b5ccec5d535eefe62b5ff1f2c32"
head "https://github.com/influxdata/telegraf.git"
url "https://github.com/influxdata/telegraf/archive/0.13.1.tar.gz"
sha256 "96d67c203eb3820d3cde5bd89c87521ad7a404a495db9f250084f767c26d8990"
bottle do
cellar :any_skip_relocation
@ -15,6 +13,15 @@ class Telegraf < Formula
sha256 "9cd7950fe3c64a44b33817429f7dcc171cf1e6bfcfd4da873b87717c9893acbe" => :mavericks
end
head do
url "https://github.com/influxdata/telegraf.git"
go_resource "github.com/hashicorp/consul" do
url "https://github.com/hashicorp/consul.git",
:revision => "ebf7ea1d759184c02a5bb5263a7c52d29838ffc3"
end
end
depends_on "go" => :build
go_resource "github.com/Shopify/sarama" do
@ -234,7 +241,7 @@ class Telegraf < Formula
go_resource "github.com/shirou/gopsutil" do
url "https://github.com/shirou/gopsutil.git",
:revision => "37d89088411de59a4ef9fc340afa0e89dfcb4ea9"
:revision => "83c6e72cbdef6e8ada934549abf700ff0ba96776"
end
go_resource "github.com/soniah/gosnmp" do