From cecfbae1d06a3ad967ed36518524676c099ff33e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 11 Sep 2014 18:29:40 +0200 Subject: [PATCH] valgrind: update to 3.10.0. --- srcpkgs/valgrind/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/valgrind/template b/srcpkgs/valgrind/template index 8e46208a03e..25bbfcd4cfc 100644 --- a/srcpkgs/valgrind/template +++ b/srcpkgs/valgrind/template @@ -1,7 +1,7 @@ # Template file for 'valgrind' pkgname=valgrind -version=3.9.0 -revision=3 +version=3.10.0 +revision=1 only_for_archs="i686 x86_64 armv7l" build_style=gnu-configure configure_args="--enable-tls --with-mpicc=/dev/null" @@ -13,7 +13,7 @@ maintainer="Juan RP " homepage="http://valgrind.org/" license="GPL-2" distfiles="http://www.valgrind.org/downloads/${pkgname}-${version}.tar.bz2" -checksum=e6af71a06bc2534541b07743e1d58dc3caf744f38205ca3e5b5a0bdf372ed6f0 +checksum=03047f82dfc6985a4c7d9d2700e17bc05f5e1a0ca6ad902e5d6c81aeb720edc9 if [ "$XBPS_TARGET_MACHINE" = "armv7l" ]; then configure_args+=" ac_cv_host=armv7l-unknown-linux-gnueabihf"