aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Persen2014-02-25 18:13:10 -0500
committerBrett Koonce2014-02-25 20:19:37 -0600
commit6c033064a5c820a7b546099d1385e36b4dcdb0e8 (patch)
tree5ddbc80f7b604aa5fd1d1bba27579936c3b73ec2
parent66b280879eeef51e7711a82ffc27a9654510f1b3 (diff)
downloadhomebrew-6c033064a5c820a7b546099d1385e36b4dcdb0e8.tar.bz2
influxdb --devel 0.5.0-rc.1
Closes #27012. Signed-off-by: Brett Koonce <koonce@gmail.com>
-rw-r--r--Library/Formula/influxdb.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/influxdb.rb b/Library/Formula/influxdb.rb
index d04841fe8..ee3100dfd 100644
--- a/Library/Formula/influxdb.rb
+++ b/Library/Formula/influxdb.rb
@@ -11,6 +11,11 @@ class Influxdb < Formula
sha1 "be6df288b6d385c27e48ba221a12970be0eb0beb" => :lion
end
+ devel do
+ url "http://get.influxdb.org/influxdb-0.5.0-rc.1.src.tar.gz"
+ sha1 "0d8823f0e595dd7be1d17068fd62dfd752368547"
+ end
+
depends_on "leveldb"
depends_on "protobuf" => :build
depends_on "bison" => :build