aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mongodb.rb
diff options
context:
space:
mode:
authorJ. Randall Hunt2014-04-02 17:46:41 -0400
committerMike McQuaid2014-04-03 11:19:02 +0100
commit22805a6a7dd731aefaa5586a0bca18a49398695d (patch)
tree2e24b065e54b81b140cc0057f3f851dddb2ae36d /Library/Formula/mongodb.rb
parent5e2216bd74e5fa253635c9accac474a9cdf93f95 (diff)
downloadhomebrew-22805a6a7dd731aefaa5586a0bca18a49398695d.tar.bz2
mongodb 2.6.0-rc3 (devel)
Closes #28100. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/mongodb.rb')
-rw-r--r--Library/Formula/mongodb.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb
index 04397b782..86a54f7c5 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -27,8 +27,8 @@ class Mongodb < Formula
end
devel do
- url 'http://downloads.mongodb.org/src/mongodb-src-r2.5.5.tar.gz'
- sha1 '4827f3da107174a3cbb1f5b969c7f597ca09b4f8'
+ url 'http://fastdl.mongodb.org/src/mongodb-src-r2.6.0-rc3.tar.gz'
+ sha1 'b3b1b47bf9c23c55089ec0db3b6e425dc7a67b87'
option "with-boost", "Compile using installed boost, not the version shipped with mongodb"
depends_on "boost" => :optional