aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rethinkdb.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rethinkdb.rb b/Library/Formula/rethinkdb.rb
index 61e431c97..0bae32e82 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.5.0.tgz'
- sha1 '6e937fcf2c55d3a802037914f05c78ff0884af4d'
+ url 'http://download.rethinkdb.com/dist/rethinkdb-1.5.1-1.tgz'
+ sha1 'bea52834a3a1d1f643947efe963907898f9d7c9e'
depends_on 'boost' => :build
depends_on 'v8'