diff options
| author | Jack Nagel | 2012-02-06 15:38:24 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-06 15:38:24 -0600 |
| commit | d884abf65ab65688c0bbcf1cf469d9183602004a (patch) | |
| tree | dea73b24a84def2e16edf60e311edbfeee72eb8a /Library/Formula/libxml++.rb | |
| parent | 63d8fa57cb453683f7496450c86770e78be43b4d (diff) | |
| download | homebrew-d884abf65ab65688c0bbcf1cf469d9183602004a.tar.bz2 | |
libxml++ 2.34.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/libxml++.rb')
| -rw-r--r-- | Library/Formula/libxml++.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libxml++.rb b/Library/Formula/libxml++.rb index 548612e50..058fd5418 100644 --- a/Library/Formula/libxml++.rb +++ b/Library/Formula/libxml++.rb @@ -1,9 +1,9 @@ require 'formula' class Libxmlxx < Formula - url 'http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.34/libxml++-2.34.1.tar.gz' + url 'http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.34/libxml++-2.34.2.tar.bz2' homepage 'http://libxmlplusplus.sourceforge.net' - md5 'c73e3916a1a0f4d01291c852e9af6241' + sha256 '38f20632a711d06166b03a2a92ce71b08130ac30e014805a7052ae3f4c0b15e8' depends_on 'glibmm' # LibXML++ can't compile agains the version of LibXML shipped with Leopard |
