From 7fcf8ccc7a7240c41df99ba19467652c680f101a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 28 Sep 2009 21:28:30 +0200 Subject: [PATCH] valgrind: update to 3.5.0. --HG-- extra : convert_revision : a4ffa17ba4784092fc7b2cc659a909e3aab343db --- templates/valgrind/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/valgrind/template b/templates/valgrind/template index 16c1b045c44..93c58d9f3b7 100644 --- a/templates/valgrind/template +++ b/templates/valgrind/template @@ -1,11 +1,11 @@ # Template file for 'valgrind' pkgname=valgrind -version=3.4.1 +version=3.5.0 distfiles="http://www.valgrind.org/downloads/$pkgname-$version.tar.bz2" build_style=gnu_configure short_desc="Tool for finding memory management bugs in programs" maintainer="Juan RP " -checksum=669ee7aab8a3a905520159b6d7be35d3911e1a4d7a67d90dc1c12c00693184a9 +checksum=743a5132bbebc247169aefae6e17657677fdf0961aba1668dd4ee7028d27ba80 long_desc=" Valgrind is a tool to help you find memory-management problems in your programs. When a program is run under Valgrind's supervision, all