diff options
| author | BrewTestBot | 2013-12-05 01:38:00 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2013-12-04 17:49:53 -0800 | 
| commit | 46243a1d295e45ba9f319a97d0e1b67f6b705cdc (patch) | |
| tree | 117697ffbca5c14107a5fb888737680b11157ca4 /Library/Formula/mongodb.rb | |
| parent | 7c450c6edd16c6de333c8620def2c5e916271644 (diff) | |
| download | homebrew-46243a1d295e45ba9f319a97d0e1b67f6b705cdc.tar.bz2 | |
mongodb: add 2.4.8 bottle.
Diffstat (limited to 'Library/Formula/mongodb.rb')
| -rw-r--r-- | Library/Formula/mongodb.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 05b1a537a..66c69e97c 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -5,6 +5,12 @@ class Mongodb < Formula    url 'http://downloads.mongodb.org/src/mongodb-src-r2.4.8.tar.gz'    sha1 '59fa237e102c9760271df9433ee7357dd0ec831f' +  bottle do +    sha1 '959debee5883e3b3cc9730fcb09c6b5a6c827a28' => :mavericks +    sha1 'd3ee1821c3a11b0f5e399f5ba32b724d54fc22d9' => :mountain_lion +    sha1 '08dc5f0eb32fd70afe3b0ac6f1c260aa353f7432' => :lion +  end +    devel do      url 'http://downloads.mongodb.org/src/mongodb-src-r2.5.4.tar.gz'      sha1 'ad40b93c9638178cd487c80502084ac3a9472270'  | 
