rethinkdb 1.9

Closes Homebrew/homebrew#22473.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Anthony Scotti 2013-09-11 14:22:28 -04:00 committed by Mike McQuaid
parent 30bfe94d9d
commit faa515afe2

View file

@ -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