aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/xml-security-c.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-10-22 17:31:59 +0100
committerMike McQuaid2014-10-22 18:15:40 +0100
commit7c07d21b4197474c8b9c2db14d8b10492ab42a1f (patch)
treefc31e5fdcac6e369a632ae3ffbba350547f23459 /Library/Formula/xml-security-c.rb
parentb00d299fd98f80acfd47c903e5c81bfdf55448e2 (diff)
downloadhomebrew-7c07d21b4197474c8b9c2db14d8b10492ab42a1f.tar.bz2
xml-security-c: add 1.7.2 bottle.
Diffstat (limited to 'Library/Formula/xml-security-c.rb')
-rw-r--r--Library/Formula/xml-security-c.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/xml-security-c.rb b/Library/Formula/xml-security-c.rb
index 64d9600eb..68650b886 100644
--- a/Library/Formula/xml-security-c.rb
+++ b/Library/Formula/xml-security-c.rb
@@ -5,6 +5,13 @@ class XmlSecurityC < Formula
url 'http://www.apache.org/dyn/closer.cgi?path=/santuario/c-library/xml-security-c-1.7.2.tar.gz'
sha1 'fee59d5347ff0666802c8e5aa729e0304ee492bc'
+ bottle do
+ cellar :any
+ sha1 "2d08293634c4b7ff1e5794dcdee9845f35ca13c9" => :yosemite
+ sha1 "82e9096d90dbdcc4edb2043af3c0361787b65a57" => :mavericks
+ sha1 "2ca2c2af28a4d7e45bb54110054323a7e220c47b" => :mountain_lion
+ end
+
depends_on 'pkg-config' => :build
depends_on 'xerces-c'