valgrind: update to 3.8.1.
This commit is contained in:
parent
84d9df1d59
commit
6fee0536bf
|
@ -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 <xtraeme@gmail.com>"
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue