From 185c85b489d1bbe78498e6964fa90b904fc4e84d Mon Sep 17 00:00:00 2001 From: Ernie Hershey Date: Tue, 9 Dec 2014 15:14:30 -0500 Subject: mongodb 2.6.6 Closes #34835. Signed-off-by: Jack Nagel --- Library/Formula/mongodb.rb | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index d275f5b63..4a42e76b8 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -3,26 +3,10 @@ require "formula" class Mongodb < Formula homepage "https://www.mongodb.org/" - stable do - url "https://fastdl.mongodb.org/src/mongodb-src-r2.6.5.tar.gz" - sha1 "f5a68505a0de1152b534d62a8f0147d258d503a0" - - # Review this patch with the next stable release. - # Note it is a different patch to the one applied to all builds further below. - # This is already fixed in the devel & HEAD builds. - if MacOS.version == :yosemite - patch do - url "https://github.com/mongodb/mongo/commit/759b6e8.diff" - sha1 "63d901ac81681fbe8b92dc918954b247990ab2fb" - end - end - end + url "https://fastdl.mongodb.org/src/mongodb-src-r2.6.6.tar.gz" + sha1 "cffc982ef23b207430e0357f4ce2f18f5460b422" bottle do - revision 2 - sha1 "e6da509908fdacf9eb0f16e850e0516cd0898072" => :yosemite - sha1 "5ab96fe864e725461eea856e138417994f50bb32" => :mavericks - sha1 "193e639b7b79fbb18cb2e0a6bbabfbc9b8cbc042" => :mountain_lion end devel do -- cgit v1.2.3