aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mongodb.rb
diff options
context:
space:
mode:
authorDavid M. Carr2012-09-25 10:07:44 -0400
committerAdam Vandenberg2012-09-25 08:18:28 -0700
commit2d7dda79ed17c003a4134c7b90df6d3b665e4c7c (patch)
treea757c3832c0dface33ba0c0088d6a5b23ef7dfe0 /Library/Formula/mongodb.rb
parent0a479489bd536f25f4fb7f68a26e83132debd22a (diff)
downloadhomebrew-2d7dda79ed17c003a4134c7b90df6d3b665e4c7c.tar.bz2
mongodb: fix hash for --32-bit
The 2.2.0 32-bit binary that 10gen published wasn't compiled as intended. They re-built and pushed out a new binary, so this is the hash of the new binary. https://groups.google.com/d/msg/mongodb-user/KfsEskSEJi0/NMjWrI77L-8J Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/mongodb.rb')
-rw-r--r--Library/Formula/mongodb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb
index 699f0314f..f30a0fa7a 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -9,7 +9,7 @@ class Mongodb < Formula
version '2.2.0-x86_64'
else
url 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-2.2.0.tgz'
- md5 '59a59df34922f3caaa6219ab8ebf05dd'
+ md5 '576cc456081f8348a59448675fd1afde'
version '2.2.0-i386'
end