diff --git a/srcpkgs/valgrind/template b/srcpkgs/valgrind/template index 25bbfcd4cfc..5f67f9d57b4 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"