libraries/libxml++: Updated for version 2.33.2.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Diogo Leal 2011-03-01 21:29:04 -03:00 committed by Niels Horn
parent c94fa5d8fe
commit 90e90209f2
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,6 @@
libxml++ is a C++ wrapper for the libxml XML parser library. Its original
author is Ari Johnson and it is currently maintained by Christophe de
Vienne and Murray Cumming. It is released under the LGPL version 2 or above.
Vienne and Murray Cumming. It is released under the LGPL version 2 or
above.
This requires glibmm.

View file

@ -8,7 +8,7 @@
PRGNAM=libxml++
VERSION=2.33.1
VERSION=2.33.2
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -83,4 +83,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="libxml++"
VERSION="2.33.1"
VERSION="2.33.2"
HOMEPAGE="http://libxmlplusplus.sourceforge.net"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.33/libxml++-2.33.1.tar.bz2"
MD5SUM="90919b5a5e92381722ef004898eba343"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.33/libxml++-2.33.2.tar.bz2"
MD5SUM="b3ebc99c4953a18c6987ac8c4e10bdd8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Diogo Leal"