diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libcapn.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libcapn.rb b/Library/Formula/libcapn.rb index e5d3a3931..4a16a59e3 100644 --- a/Library/Formula/libcapn.rb +++ b/Library/Formula/libcapn.rb @@ -6,6 +6,13 @@ class Libcapn < Formula sha1 'a53f7b382e683249ff55214b1effbae5f82c4ef2' head 'https://github.com/adobkin/libcapn.git' + bottle do + cellar :any + sha1 "afde01eeff054cb43b1b6f07aac57fd7d64d7ff3" => :mavericks + sha1 "36dd5a2dca57ccf642a34b7e5da55425005e2575" => :mountain_lion + sha1 "3d4a2895efd4054d73152b7f5b193ef1773d1eaf" => :lion + end + depends_on 'cmake' => :build depends_on 'pkg-config' => :build |
