libcdr: add 0.1.0 bottle.

Closes Homebrew/homebrew#31162.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
BrewTestBot 2014-07-29 22:11:38 +01:00 committed by Mike McQuaid
parent 08bfea4ef6
commit d8afdef8d4

View file

@ -6,6 +6,13 @@ class Libcdr < Formula
sha1 "fea63690acea2b9eac5dc6f51232154b7bb41a9e"
bottle do
cellar :any
sha1 "ceb4998a2eb3214be43b10319385bb207c1f80ff" => :mavericks
sha1 "bbc9f84e75033208e7647fc887f27b78b50941eb" => :mountain_lion
sha1 "1ff8850e4c9ce77eae40753e3ea5ad8bdf5949bc" => :lion
end
depends_on "pkg-config" => :build
depends_on "boost" => :build
depends_on "icu4c"