From 2944dd6ba2d0473aa5351da874851f5ff29d5162 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Sat, 4 Nov 2017 03:14:17 -0200 Subject: [PATCH] libxslt: update to 1.1.32. (#8824) --- srcpkgs/libxslt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libxslt/template b/srcpkgs/libxslt/template index bd386ce551b..3daf7ecccc0 100644 --- a/srcpkgs/libxslt/template +++ b/srcpkgs/libxslt/template @@ -1,6 +1,6 @@ # Template build file for 'libxslt'. pkgname=libxslt -version=1.1.31 +version=1.1.32 revision=1 build_style=gnu-configure configure_args="--disable-static" @@ -10,7 +10,7 @@ maintainer="Juan RP " homepage="http://xmlsoft.org/XSLT/" license="MIT" distfiles="ftp://xmlsoft.org/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=db25e96b6b801144277e67c05b10560ac09dfff82ccd53a154ce86e43622f3ab +checksum=526ecd0abaf4a7789041622c3950c0e7f2c4c8835471515fd77eec684a355460 if [ "$CROSS_BUILD" ]; then hostmakedepends="libtool automake gettext-devel ${makedepends}"