From d82b6524df231c9845fd0ce08505be629c49be0a Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sat, 25 Sep 2021 09:56:02 +0000 Subject: [PATCH] strace: update to 5.14. --- srcpkgs/strace/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template index 1408f4073099e0..a929a621330fef 100644 --- a/srcpkgs/strace/template +++ b/srcpkgs/strace/template @@ -1,6 +1,6 @@ # Template file for 'strace' pkgname=strace -version=5.13 +version=5.14 revision=1 build_style=gnu-configure configure_args="--enable-silent-rules $(vopt_with libunwind)" @@ -11,7 +11,7 @@ license="LGPL-2.1-or-later" homepage="https://strace.io/" changelog="https://raw.githubusercontent.com/strace/strace/master/NEWS" distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz" -checksum=5acc34888b9d510ad6ac915d4a8df08f51cf1ae920ea24649f6a4bb984d0b656 +checksum=901bee6db5e17debad4530dd9ffb4dc9a96c4a656edbe1c3141b7cb307b11e73 build_options="static libunwind" build_options_default="libunwind"