cubeb: add 0.2 bottle.
This commit is contained in:
parent
84362565b8
commit
d125876c64
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Cubeb < Formula
|
|||
|
||||
head "https://github.com/kinetiknz/cubeb.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "f7e738b374bb07e1c420e56dfeb72caa814495b446c71d8158ef98c9b33d3a60" => :el_capitan
|
||||
sha256 "b3cff6ba7008cc764f94281f7759f5d6d2a09a3bdb92f5f6e93be7d6f3ec2405" => :yosemite
|
||||
sha256 "f239e3b4cc459b4e0e3f4630229242a351dc833dcb385e7badb16208a53f3265" => :mavericks
|
||||
end
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
|
|
Loading…
Reference in a new issue