diff options
| author | Ernie Hershey | 2015-01-14 20:40:03 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-01-14 22:43:44 -0500 |
| commit | e84eea151f38b1556d3f6bf7aa63989bc19ee1c0 (patch) | |
| tree | c16c713f4b9274b237e54f1bfdc33544ded88e0d | |
| parent | d2e1cd27d06a0708b8928cdcfa82337d75161602 (diff) | |
| download | homebrew-e84eea151f38b1556d3f6bf7aa63989bc19ee1c0.tar.bz2 | |
mongodb 2.6.7
Closes #35887.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/mongodb.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index d14c094e0..7da272551 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -3,8 +3,8 @@ require "formula" class Mongodb < Formula homepage "https://www.mongodb.org/" - url "https://fastdl.mongodb.org/src/mongodb-src-r2.6.6.tar.gz" - sha1 "cffc982ef23b207430e0357f4ce2f18f5460b422" + url "https://fastdl.mongodb.org/src/mongodb-src-r2.6.7.tar.gz" + sha1 "c11c9d31063f2fc126249f7580e8417a8f4ef2b5" bottle do sha1 "d3fcb9439978028b32369b02b0588552d1cc8fed" => :yosemite |
