diff options
| author | BrewTestBot | 2014-07-03 22:27:45 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 22:33:42 +0100 | 
| commit | 452767859af4d9dd758ecefacf42c06a5dc9a059 (patch) | |
| tree | bfc4a0d659b2797d47657f9c1849e59f5550c3c1 | |
| parent | 14bae309ce007897c7311586a699b45e9778592c (diff) | |
| download | homebrew-452767859af4d9dd758ecefacf42c06a5dc9a059.tar.bz2 | |
mbelib: add 1.2.5 bottle.
| -rw-r--r-- | Library/Formula/mbelib.rb | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/Library/Formula/mbelib.rb b/Library/Formula/mbelib.rb index 82f6a8e41..e0b659053 100644 --- a/Library/Formula/mbelib.rb +++ b/Library/Formula/mbelib.rb @@ -2,9 +2,16 @@ require 'formula'  class Mbelib < Formula    homepage 'https://github.com/szechyjs/mbelib' -  head 'https://github.com/szechyjs/mbelib.git'    url  'https://github.com/szechyjs/mbelib/archive/v1.2.5.tar.gz'    sha1 'ee970823d95f008941132edc6142a1a0282655a8' +  head 'https://github.com/szechyjs/mbelib.git' + +  bottle do +    cellar :any +    sha1 "8397b4aa2db9aa259708aaeacab53ce2b0699b93" => :mavericks +    sha1 "81a0d6bbdfbb56ae25ea9f4a5e7691914b1afafd" => :mountain_lion +    sha1 "a907d1bb374da4629c30219bf22392ec6a7afebd" => :lion +  end    depends_on 'cmake' => :build | 
