libplist: add 1.10 bottle.
This commit is contained in:
parent
ae9c8d788c
commit
d7e03f9c3f
1 changed files with 7 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue