libplist: add 1.10 bottle.

This commit is contained in:
BrewTestBot 2014-02-24 16:45:09 +00:00
parent ae9c8d788c
commit d7e03f9c3f

View file

@ -7,6 +7,13 @@ class Libplist < Formula
head 'http://git.sukimashita.com/libplist.git'
bottle do
cellar :any
sha1 "65760247ede6c7a4ea469ebf823f146c244b303a" => :mavericks
sha1 "fbb4c635fa731899b746e94984e29d1cb8d1b971" => :mountain_lion
sha1 "8cd023361cea5865fd8e523b2db5f4b643c73b1c" => :lion
end
# Improve the default option descr. generated by `depends_on :python => :optional`
option 'with-python', 'Enable Cython Python bindings'