aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mongodb.rb
diff options
context:
space:
mode:
authorErnie Hershey2014-12-09 15:14:30 -0500
committerJack Nagel2014-12-10 01:02:00 -0500
commit185c85b489d1bbe78498e6964fa90b904fc4e84d (patch)
treeb9075f9add304e0d9a77da441345cef7cb0d7587 /Library/Formula/mongodb.rb
parent0eea66ab67d51fc0f1156e7d7c967b72feaf9278 (diff)
downloadhomebrew-185c85b489d1bbe78498e6964fa90b904fc4e84d.tar.bz2
mongodb 2.6.6
Closes #34835. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/mongodb.rb')
-rw-r--r--Library/Formula/mongodb.rb20
1 files changed, 2 insertions, 18 deletions
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