aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 cebc1c21b..2f0ce861d 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 "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'