valgrind: update to 3.16.1.

This commit is contained in:
Anthony Iliopoulos 2020-06-24 00:16:32 +02:00 committed by Johannes
parent 7c8d0cc03f
commit 3bff029c32

View file

@ -1,6 +1,6 @@
# Template file for 'valgrind' # Template file for 'valgrind'
pkgname=valgrind pkgname=valgrind
version=3.16.0 version=3.16.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-tls --without-mpicc --enable-lto=yes" configure_args="--enable-tls --without-mpicc --enable-lto=yes"
@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="http://valgrind.org/" homepage="http://valgrind.org/"
distfiles="https://sourceware.org/pub/${pkgname}/${pkgname}-${version}.tar.bz2" distfiles="https://sourceware.org/pub/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=582d5127ba56dfeaab4c6ced92a742b2921148e28a5d55055aedd8f75f1cf633 checksum=c91f3a2f7b02db0f3bc99479861656154d241d2fdb265614ba918cc6720a33ca
patch_args="-Np1" patch_args="-Np1"
CFLAGS="-fno-stack-protector" CFLAGS="-fno-stack-protector"