diff options
| author | BrewTestBot | 2015-02-08 15:28:15 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-13 18:42:24 +0000 |
| commit | 6c80ff5c1a89b3943304468326bb520e908f922c (patch) | |
| tree | 27473dd4fc9231993663e4fab54767230cd26495 /Library/Formula | |
| parent | 1b6572a7ad51701e117cdc9b6f9b0af7837d5677 (diff) | |
| download | homebrew-6c80ff5c1a89b3943304468326bb520e908f922c.tar.bz2 | |
ipmiutil: add 2.9.5 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ipmiutil.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ipmiutil.rb b/Library/Formula/ipmiutil.rb index df012f7be..01775a5f9 100644 --- a/Library/Formula/ipmiutil.rb +++ b/Library/Formula/ipmiutil.rb @@ -5,6 +5,13 @@ class Ipmiutil < Formula url 'https://downloads.sourceforge.net/project/ipmiutil/ipmiutil-2.9.5.tar.gz' sha1 '265f022c876da373b2ecb4be2bc0f98e65f70977' + bottle do + cellar :any + sha1 "463fb38c4ac02170177e043ecddbd0b598bce163" => :yosemite + sha1 "91da6fd51706e874f8a72249339eb3a7bd22adba" => :mavericks + sha1 "15a3e15c010478e83bf1aa38f9369329f417220e" => :mountain_lion + end + depends_on "openssl" # Ensure ipmiutil does not try to link against (disabled) OpenSSL's MD2 |
