diff options
| author | Altonymous | 2013-05-05 13:57:38 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-05 10:24:17 -0700 |
| commit | 25df7d1bd19403f25532880106e2e0dbdf6e2621 (patch) | |
| tree | 157ad9a830e3904be23d0452ff5e8028c840eca4 /Library/Formula | |
| parent | acac055ad37e0651b56970068778781d3f2727d6 (diff) | |
| download | homebrew-25df7d1bd19403f25532880106e2e0dbdf6e2621.tar.bz2 | |
rethinkdb 1.4.5
Closes #19616.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 690044bf5..880e2e3fa 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.4.4.tgz' - sha1 '24f9b38b551e05ed560ca6ec85abd2276e29951e' + url 'http://download.rethinkdb.com/dist/rethinkdb-1.4.5.tgz' + sha1 '3e9f8472cb70f0a712be92c0a2c52e4f299f4bd7' depends_on 'boost' depends_on 'v8' |
