diff options
| author | J. Randall Hunt | 2014-04-02 17:46:41 -0400 | 
|---|---|---|
| committer | Mike McQuaid | 2014-04-03 11:19:02 +0100 | 
| commit | 22805a6a7dd731aefaa5586a0bca18a49398695d (patch) | |
| tree | 2e24b065e54b81b140cc0057f3f851dddb2ae36d /Library/Formula/mongodb.rb | |
| parent | 5e2216bd74e5fa253635c9accac474a9cdf93f95 (diff) | |
| download | homebrew-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.rb | 4 | 
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  | 
