aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-05-24 02:42:34 +0100
committerJack Nagel2014-05-23 20:43:15 -0500
commit5f2736652b0734f4cd1a79676a95eb7c7f223e69 (patch)
tree5570a81ab655dcc53f27d151a50ad3248117c0e7 /Library/Formula
parentf39a06010563d63da59a5f91111326e093804758 (diff)
downloadhomebrew-5f2736652b0734f4cd1a79676a95eb7c7f223e69.tar.bz2
libplist: add 1.11 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libplist.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libplist.rb b/Library/Formula/libplist.rb
index 834fcdfe7..e9021b900 100644
--- a/Library/Formula/libplist.rb
+++ b/Library/Formula/libplist.rb
@@ -7,6 +7,13 @@ class Libplist < Formula
head "http://git.sukimashita.com/libplist.git"
+ bottle do
+ cellar :any
+ sha1 "704dc72fd28c670551533f438ab642e80d269ce2" => :mavericks
+ sha1 "0393087a627ed94d2755717360ad110aef1276f3" => :mountain_lion
+ sha1 "b7e92b4a4b92e46fe9e57dcfdd382a558d04832f" => :lion
+ end
+
option "with-python", "Enable Cython Python bindings"
depends_on "pkg-config" => :build