aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTodd Persen2015-03-19 09:59:07 -0700
committerMike McQuaid2015-03-19 18:30:47 +0000
commit7975403b9a271eccfa68a8bb6a0b4ced2399260a (patch)
tree25510b0e1b38ea3f51a24ed4c39d91d3a77536a9 /Library/Formula
parent65d8224bb03f95802fb4e87b080892be3f3b9401 (diff)
downloadhomebrew-7975403b9a271eccfa68a8bb6a0b4ced2399260a.tar.bz2
influxdb 0.9.0-rc14 (devel)
Closes #37871. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/influxdb.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/influxdb.rb b/Library/Formula/influxdb.rb
index 188336ede..0413c4eca 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-rc12.tar.gz"
- sha1 "6ceebe789ac9d652466b6c4daea9184e69a5f0f0"
- version "0.9.0-rc12"
+ url "https://github.com/influxdb/influxdb/archive/v0.9.0-rc14.tar.gz"
+ sha1 "054b81cacf9335006e07556f657212784e495f6d"
+ version "0.9.0-rc14"
end
depends_on "go" => :build
@@ -100,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-rc12 -X main.commit 86ede78836a7f760c6afa28b026f6d7e190dafed", "./..."
+ system "go", "build", "-ldflags", "-X main.version 0.9.0-rc14 -X main.commit 09fd15f8711f0d74dc27de33625e3882adb55d26", "./..."
system "go", "install", "./..."
end