aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Persen2015-03-02 21:57:21 -0800
committerMike McQuaid2015-03-03 12:09:48 +0000
commit329112e73ea23dd3a0219d2a12a258348d438487 (patch)
treec1e0ae80a9cfb84054c6387cdc3e0e295d1c2f4c
parentea9ce14dbcfae34b5c413c36c1d5d82b2bd44d97 (diff)
downloadhomebrew-329112e73ea23dd3a0219d2a12a258348d438487.tar.bz2
influxdb 0.9.0-rc7 (devel)
Closes #37347. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/influxdb.rb12
1 files changed, 4 insertions, 8 deletions
diff --git a/Library/Formula/influxdb.rb b/Library/Formula/influxdb.rb
index 2155b195f..3b720d739 100644
--- a/Library/Formula/influxdb.rb
+++ b/Library/Formula/influxdb.rb
@@ -14,9 +14,9 @@ class Influxdb < Formula
end
devel do
- url "https://github.com/influxdb/influxdb/archive/v0.9.0-rc5.tar.gz"
- sha1 "3aa889256f58253ee65ef276a7f375ff391f6482"
- version "0.9.0-rc5"
+ url "https://github.com/influxdb/influxdb/archive/v0.9.0-rc7.tar.gz"
+ sha1 "19de28078bbfeed81c89243b75de6b1f2b6e2f34"
+ version "0.9.0-rc7"
end
depends_on "go" => :build
@@ -62,10 +62,6 @@ class Influxdb < Formula
go_resource "code.google.com/p/go-uuid" do
url "https://code.google.com/p/go-uuid/", :revision => "35bc42037350", :using => :hg
end
-
- go_resource "code.google.com/p/log4go" do
- url "https://code.google.com/p/log4go/", :revision => "c3294304d93f", :using => :hg
- end
end
def install
@@ -104,7 +100,7 @@ class Influxdb < Formula
Language::Go.stage_deps resources, buildpath/"src"
cd influxdb_path do
- system "go", "build", "-ldflags", "-X main.version 0.9.0-rc5 -X main.commit 487cd2a1c19f201e329cba93a7b49204f8684b18", "./..."
+ system "go", "build", "-ldflags", "-X main.version 0.9.0-rc7 -X main.commit 4c5beb96edecc468d8c4e7472dc515d90d97e089", "./..."
system "go", "install", "./..."
end