diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rethinkdb.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rethinkdb.rb b/Library/Formula/rethinkdb.rb index 4a5934363..ea6932a92 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.8.1.tgz' - sha1 '8fd78178aa7615fec1d2301719525b2d0d7460b2' + url 'http://download.rethinkdb.com/dist/rethinkdb-1.9.0.tgz' + sha1 '0e6948ce90f818c6d368f64fe2301bf1eabd451b' depends_on :macos => :lion depends_on 'boost' => :build |
