aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorEtienne Laurin2013-05-24 09:19:20 -0700
committerAdam Vandenberg2013-05-24 12:39:02 -0700
commit0a614405e4e54c2491f73532ae5d5397e6e71a2d (patch)
tree565989843d5e93ee81ebca8ea5e49f46d0e7046d /Library
parentb8e7f3cd15fe87be4f56bca4c633396037a7a670 (diff)
downloadhomebrew-0a614405e4e54c2491f73532ae5d5397e6e71a2d.tar.bz2
RethinkDB 1.5.2
Closes #20052. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rethinkdb.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/rethinkdb.rb b/Library/Formula/rethinkdb.rb
index 0bae32e82..0636c1f40 100644
--- a/Library/Formula/rethinkdb.rb
+++ b/Library/Formula/rethinkdb.rb
@@ -2,14 +2,14 @@ require 'formula'
class Rethinkdb < Formula
homepage 'http://www.rethinkdb.com/'
- url 'http://download.rethinkdb.com/dist/rethinkdb-1.5.1-1.tgz'
- sha1 'bea52834a3a1d1f643947efe963907898f9d7c9e'
+ url 'http://download.rethinkdb.com/dist/rethinkdb-1.5.2.tgz'
+ sha1 'de229816f17665c12f7c116fcbbc7a7a893b3a08'
depends_on 'boost' => :build
depends_on 'v8'
def install
- system "./configure --prefix=#{prefix} --fetch protobuf --fetch protoc"
+ system "./configure --prefix=#{prefix} --fetch protobuf"
system "make"
system "make install-osx"
end