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>
master
David M. Carr 2012-09-25 10:07:44 -04:00 committed by Adam Vandenberg
parent 733be16bdb
commit 6f9e1c39c8
1 changed files with 1 additions and 1 deletions

View File

@ -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