diff options
| author | Etienne Laurin | 2014-04-17 12:09:19 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-04-17 21:07:25 -0500 |
| commit | 94ac17f0df3d24b6b3957339775a710e2ff12c41 (patch) | |
| tree | e36ee094fd8c5648b69a954a97f4d9f55ffa59be | |
| parent | d4996b291e32454a32b46394a9b8820f18704d11 (diff) | |
| download | homebrew-94ac17f0df3d24b6b3957339775a710e2ff12c41.tar.bz2 | |
RethinkDB 1.12.3
| -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 63de72b41..ae0aaf3d4 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.12.2.tgz' - sha1 '29ee5581f480c2c16abf3490c8e135aed7345190' + url 'http://download.rethinkdb.com/dist/rethinkdb-1.12.3.tgz' + sha1 'e1b4467c16a81d1cd1fc88296a648fa8c9f2067c' bottle do sha1 "40ecd63f0cbe6f3ee0787f55c0dc277fb5558509" => :mavericks |
