From 22df21818722e0ffdc25bb4beba308ae145ce0b9 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Wed, 26 Nov 2014 09:05:38 +0000 Subject: [PATCH] valgrind: update to 3.10.1. --- srcpkgs/valgrind/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/valgrind/template b/srcpkgs/valgrind/template index 25bbfcd4cf..5f67f9d57b 100644 --- a/srcpkgs/valgrind/template +++ b/srcpkgs/valgrind/template @@ -1,6 +1,6 @@ # Template file for 'valgrind' pkgname=valgrind -version=3.10.0 +version=3.10.1 revision=1 only_for_archs="i686 x86_64 armv7l" build_style=gnu-configure @@ -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=03047f82dfc6985a4c7d9d2700e17bc05f5e1a0ca6ad902e5d6c81aeb720edc9 +checksum=fa253dc26ddb661b6269df58144eff607ea3f76a9bcfe574b0c7726e1dfcb997 if [ "$XBPS_TARGET_MACHINE" = "armv7l" ]; then configure_args+=" ac_cv_host=armv7l-unknown-linux-gnueabihf"