aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-02-24 16:45:09 +0000
committerBrewTestBot2014-02-24 16:45:09 +0000
commit8dd5c9d114a071028938dbeea314a172c1cfc56d (patch)
treeb09d4dce9458df2ca44e76fa125c7daa90d5143a /Library
parent29d1e548ae9a109e432a39ef7c36067c54e342c5 (diff)
downloadhomebrew-8dd5c9d114a071028938dbeea314a172c1cfc56d.tar.bz2
libplist: add 1.10 bottle.
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'