Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
bump version to 1.5.7
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
jnewland authored and adamv committed Jul 31, 2010
1 parent 9de8a2b commit e042968
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Library/Formula/mongodb.rb
Expand Up @@ -8,20 +8,20 @@ class Mongodb <Formula


if Hardware.is_64_bit? and not ARGV.include? '--32bit' if Hardware.is_64_bit? and not ARGV.include? '--32bit'
url 'http://downloads.mongodb.org/osx/mongodb-osx-x86_64-1.4.4.tgz' url 'http://downloads.mongodb.org/osx/mongodb-osx-x86_64-1.4.4.tgz'
head 'http://downloads.mongodb.org/osx/mongodb-osx-x86_64-1.5.6.tgz' head 'http://downloads.mongodb.org/osx/mongodb-osx-x86_64-1.5.7.tgz'
if ARGV.build_head? if ARGV.build_head?
md5 'efb6948f51eb57ba411ff0ec44442485' md5 '3fbea1dd18d8efaa15187f47b3cc629c'
version '1.5.6-x86_64' version '1.5.7-x86_64'
else else
md5 '8791c484c1580d563f1a071e5eed9fa5' md5 '8791c484c1580d563f1a071e5eed9fa5'
version '1.4.4-x86_64' version '1.4.4-x86_64'
end end
else else
url 'http://downloads.mongodb.org/osx/mongodb-osx-i386-1.4.4.tgz' url 'http://downloads.mongodb.org/osx/mongodb-osx-i386-1.4.4.tgz'
head 'http://downloads.mongodb.org/osx/mongodb-osx-i386-1.5.6.tgz' head 'http://downloads.mongodb.org/osx/mongodb-osx-i386-1.5.7.tgz'
if ARGV.build_head? if ARGV.build_head?
md5 '6c8fd4b5d48d867e17d9701c935f26ea' md5 'f4763a5364ab52dedff572111d3ac991'
version '1.5.6-i386' version '1.5.7-i386'
else else
md5 '8e31cc8b8f4879812cad217ce5b49b20' md5 '8e31cc8b8f4879812cad217ce5b49b20'
version '1.4.4-i386' version '1.4.4-i386'
Expand Down

0 comments on commit e042968

Please sign in to comment.