valgrind: update to 3.5.0.

--HG--
extra : convert_revision : a4ffa17ba4784092fc7b2cc659a909e3aab343db
This commit is contained in:
Juan RP 2009-09-28 21:28:30 +02:00
parent 35c762e2b7
commit 7fcf8ccc7a

View file

@ -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 <xtraeme@gmail.com>"
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