aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJulien Danjou2015-03-17 17:43:57 +0100
committerMike McQuaid2015-03-18 08:07:06 +0000
commit6779862582344dc3863531f85e04828fcc9edb57 (patch)
tree92166ed06c8bf6fdec2790d229bc24276394fcfc /Library
parent65682d0344486d8a12ebc5be1cf63ea0a5ff0ab9 (diff)
downloadhomebrew-6779862582344dc3863531f85e04828fcc9edb57.tar.bz2
influxdb 0.9.0-rc12 (devel)
Signed-off-by: Julien Danjou <julien@danjou.info> Closes #37801. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-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 3b720d739..188336ede 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-rc7.tar.gz"
- sha1 "19de28078bbfeed81c89243b75de6b1f2b6e2f34"
- version "0.9.0-rc7"
+ url "https://github.com/influxdb/influxdb/archive/v0.9.0-rc12.tar.gz"
+ sha1 "6ceebe789ac9d652466b6c4daea9184e69a5f0f0"
+ version "0.9.0-rc12"
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-rc7 -X main.commit 4c5beb96edecc468d8c4e7472dc515d90d97e089", "./..."
+ system "go", "build", "-ldflags", "-X main.version 0.9.0-rc12 -X main.commit 86ede78836a7f760c6afa28b026f6d7e190dafed", "./..."
system "go", "install", "./..."
end