libcapn: add 1.0.0b3 bottle.
This commit is contained in:
parent
57790da7b7
commit
405f48a2d3
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue