aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libxml++.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 22:27:44 +0100
committerMike McQuaid2014-07-03 22:33:40 +0100
commit33e89a2248ac7e00da1be6cfc52c26925935fe56 (patch)
treef9e9071d390a2a46ea62554f3c946a522f006151 /Library/Formula/libxml++.rb
parente46c781a6f09a2154bc7d01c6ef109fb980842cf (diff)
downloadhomebrew-33e89a2248ac7e00da1be6cfc52c26925935fe56.tar.bz2
libxml++: add 2.34.2 bottle.
Diffstat (limited to 'Library/Formula/libxml++.rb')
-rw-r--r--Library/Formula/libxml++.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/libxml++.rb b/Library/Formula/libxml++.rb
index 3a5b295fb..c993ea12d 100644
--- a/Library/Formula/libxml++.rb
+++ b/Library/Formula/libxml++.rb
@@ -5,6 +5,12 @@ class Libxmlxx < Formula
homepage 'http://libxmlplusplus.sourceforge.net'
sha256 '38f20632a711d06166b03a2a92ce71b08130ac30e014805a7052ae3f4c0b15e8'
+ bottle do
+ sha1 "13bf9fa17e6fe7020e69663ce66624f077c8bcd0" => :mavericks
+ sha1 "642dd5375d0171c68accd93030e72b4f617f376b" => :mountain_lion
+ sha1 "ba6b90c9d92c0c649f5484f273ce098040f35b0a" => :lion
+ end
+
depends_on 'pkg-config' => :build
depends_on 'glibmm'
# LibXML++ can't compile agains the version of LibXML shipped with Leopard