aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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 6c90c3387..b93a5fbbc 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.10.1.tgz'
- sha1 '8ef081b20f5677d00da68265fe83d09377784eba'
+ url 'http://download.rethinkdb.com/dist/rethinkdb-1.11.0.tgz'
+ sha1 '9a56bc07b7ed431432ee2be61dc6aafa49fc3760'
depends_on :macos => :lion
depends_on 'boost' => :build