valgrind: update to 3.20.0.

This commit is contained in:
Duncaen 2022-10-27 17:04:05 +02:00
parent 2c4acd4573
commit 80f2086cdb
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'valgrind'
pkgname=valgrind
version=3.19.0
version=3.20.0
revision=1
build_style=gnu-configure
configure_args="--enable-tls --without-mpicc --enable-lto=yes"
@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
homepage="http://valgrind.org/"
changelog="https://valgrind.org/docs/manual/dist.news.html"
distfiles="https://sourceware.org/pub/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=dd5e34486f1a483ff7be7300cc16b4d6b24690987877c3278d797534d6738f02
checksum=8536c031dbe078d342f121fa881a9ecd205cb5a78e639005ad570011bdb9f3c6
CFLAGS="-fno-stack-protector"
CXXFLAGS="-fno-stack-protector"