From 182f37c46b49b0e845a89ffa421b321d237b7177 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 24 Oct 2016 15:25:38 +0200 Subject: [PATCH] valgrind: update to 3.12.0. --- srcpkgs/valgrind/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/valgrind/template b/srcpkgs/valgrind/template index 86b58a30c64..3a8cd04a5e2 100644 --- a/srcpkgs/valgrind/template +++ b/srcpkgs/valgrind/template @@ -1,7 +1,7 @@ # Template file for 'valgrind' pkgname=valgrind -version=3.11.0 -revision=5 +version=3.12.0 +revision=1 only_for_archs="i686 x86_64 armv7l i686-musl x86_64-musl armv7l-musl" 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=6c396271a8c1ddd5a6fb9abe714ea1e8a86fce85b30ab26b4266aeb4c2413b42 +checksum=67ca4395b2527247780f36148b084f5743a68ab0c850cb43e4a5b4b012cf76a1 CFLAGS="-fno-stack-protector" CXXFLAGS="-fno-stack-protector"