diff --git a/srcpkgs/valgrind/template b/srcpkgs/valgrind/template index ab6ce2c95b2..4ec02cece81 100644 --- a/srcpkgs/valgrind/template +++ b/srcpkgs/valgrind/template @@ -1,6 +1,6 @@ # Template file for 'valgrind' pkgname=valgrind -version=3.8.0 +version=3.8.1 revision=1 subpackages="$pkgname-devel" 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=fd16585f209712642ab6baa2b5c57ec1b879ab2ac4653828d82bb7f86ba7208c +checksum=473be00576bed311a662b277a2bfbe97d9cca4058e68619a0e420c9fc19958db 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