diff --git a/srcpkgs/valgrind/template b/srcpkgs/valgrind/template index 6572a5483e5..bc93f932e33 100644 --- a/srcpkgs/valgrind/template +++ b/srcpkgs/valgrind/template @@ -1,6 +1,6 @@ # Template file for 'valgrind' pkgname=valgrind -version=3.21.0 +version=3.22.0 revision=1 build_style=gnu-configure configure_args="--enable-tls --without-mpicc --enable-lto=yes" @@ -12,8 +12,8 @@ maintainer="Duncaen " 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=10ce1618bb3e33fad16eb79552b0a3e1211762448a0d7fce11c8a6243b9ac971 +distfiles="https://sourceware.org/pub/valgrind/valgrind-${version}.tar.bz2" +checksum=c811db5add2c5f729944caf47c4e7a65dcaabb9461e472b578765dd7bf6d2d4c CFLAGS="-fno-stack-protector" CXXFLAGS="-fno-stack-protector"