diff options
| author | BrewTestBot | 2014-02-27 08:46:56 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-27 08:55:06 +0000 |
| commit | 1f1fcd225960d680881139a69f11c1aba9188402 (patch) | |
| tree | 7060b67f2381cb0dd73e42fb7d5489ec067bdb12 /Library | |
| parent | fc1a337a7c52c99dca2d3578e1b3e3d5f5abc7ed (diff) | |
| download | homebrew-1f1fcd225960d680881139a69f11c1aba9188402.tar.bz2 | |
mongroup: add 0.4.0 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mongroup.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mongroup.rb b/Library/Formula/mongroup.rb index 59c3cbac7..af246ca6c 100644 --- a/Library/Formula/mongroup.rb +++ b/Library/Formula/mongroup.rb @@ -5,6 +5,13 @@ class Mongroup < Formula url "https://github.com/jgallen23/mongroup/archive/0.4.0.tar.gz" sha1 "b6472e325016353afaac04528e3226dc80401e95" + bottle do + cellar :any + sha1 "4bbb2d481dfe45155e4dee9d19dcb6bfa7ebb4a0" => :mavericks + sha1 "3509859c251caa6902fe5647ef1e76db63efbab4" => :mountain_lion + sha1 "99a09ceb9c043124e1210ccc253e15812dd4ab4a" => :lion + end + depends_on "mon" def install |
