diff options
| author | BrewTestBot | 2014-06-02 13:15:25 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-06-02 13:30:19 +0100 | 
| commit | 8343907eaa40de73c407892539ed3ed90bd04a10 (patch) | |
| tree | 3a410cd68ec0ce2fbe7e260020a48e846d1a7e1b /Library/Formula/libcppa.rb | |
| parent | e8e87d2c8881af3ffb5a2243fc472751870a48cc (diff) | |
| download | homebrew-8343907eaa40de73c407892539ed3ed90bd04a10.tar.bz2 | |
libcppa: add 0.9.3 bottle.
Closes #29771.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/libcppa.rb')
| -rw-r--r-- | Library/Formula/libcppa.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libcppa.rb b/Library/Formula/libcppa.rb index 1e0bc5a2b..16a8694ba 100644 --- a/Library/Formula/libcppa.rb +++ b/Library/Formula/libcppa.rb @@ -5,6 +5,13 @@ class Libcppa < Formula    url 'http://github.com/Neverlord/libcppa/archive/V0.9.3.tar.gz'    sha1 'b9fce68bc4e5688cc75cfc9add5ec1feb105ab7d' +  bottle do +    cellar :any +    sha1 "4527da9b1c0e6a60c13cf7a35540fceaa2caa3b2" => :mavericks +    sha1 "cee8d1916bcd7eebfc151a6712e1efd58d54c4c1" => :mountain_lion +    sha1 "d30dbe35371a62ddd9f34ada0210a3770d05191d" => :lion +  end +    depends_on 'cmake' => :build    needs :cxx11  | 
