From f6a62e1fa523f80435094e9bc0d036a3bbf59697 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Fri, 28 Jan 2011 23:55:53 +0100 Subject: [PATCH] Upgrade libxml2 to 2.7.8 Signed-off-by: Adam Vandenberg --- Formula/libxml2.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/libxml2.rb b/Formula/libxml2.rb index ac8aa043e6..4944843e86 100644 --- a/Formula/libxml2.rb +++ b/Formula/libxml2.rb @@ -1,16 +1,15 @@ require 'formula' class Libxml2 < Formula - url 'ftp://xmlsoft.org/libxml2/libxml2-2.7.7.tar.gz' + url 'ftp://xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz' homepage 'http://xmlsoft.org' - md5 '9abc9959823ca9ff904f1fbcf21df066' + md5 '8127a65e8c3b08856093099b52599c86' keg_only :provided_by_osx fails_with_llvm "Undefined symbols when linking", :build => "2326" def options - # Works with the Python 2 formula [['--with-python', 'Compile the libxml2 Python 2.x modules']] end