aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorEtienne Laurin2013-06-19 11:36:30 -0700
committerAdam Vandenberg2013-06-19 11:45:55 -0700
commit5b79886e46789ccf75e1c7566d2b3cdeb12a37a7 (patch)
tree58f0bcc727256bf50fcd4faaa77919571e0d666e /Library
parent46b286cf0cc56039f67e5cc2c1ae3fd09afd1164 (diff)
downloadhomebrew-5b79886e46789ccf75e1c7566d2b3cdeb12a37a7.tar.bz2
RethinkDB 1.6.1
Closes #20607. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rethinkdb.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/rethinkdb.rb b/Library/Formula/rethinkdb.rb
index 9e68e3018..d9e863d32 100644
--- a/Library/Formula/rethinkdb.rb
+++ b/Library/Formula/rethinkdb.rb
@@ -2,8 +2,8 @@ require 'formula'
class Rethinkdb < Formula
homepage 'http://www.rethinkdb.com/'
- url 'http://download.rethinkdb.com/dist/rethinkdb-1.6.0.tgz'
- sha1 'f25044cf1540bc2d21514901172e9ab3d31b3342'
+ url 'http://download.rethinkdb.com/dist/rethinkdb-1.6.1.tgz'
+ sha1 'fdb3acb5febbe3f7cd4d3afd1592e5c4149f7b73'
depends_on 'boost' => :build
depends_on 'v8'
@@ -27,10 +27,6 @@ class Rethinkdb < Formula
<string>#{opt_prefix}/bin/rethinkdb</string>
<string>-d</string>
<string>#{var}/rethinkdb</string>
- <string>--bind</string>
- <string>all</string>
- <string>--http-port</string>
- <string>8080</string>
</array>
<key>WorkingDirectory</key>
<string>#{HOMEBREW_PREFIX}</string>