From 250612b7ae197334864240d435c5e035fedcc069 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 10 Aug 2025 12:19:28 +0530 Subject: [PATCH] strace: update to 6.16. --- srcpkgs/strace/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template index 9e78d366794..5783131e8ce 100644 --- a/srcpkgs/strace/template +++ b/srcpkgs/strace/template @@ -1,6 +1,6 @@ # Template file for 'strace' pkgname=strace -version=6.15 +version=6.16 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=8552dfab08abc22a0f2048c98fd9541fd4d71b6882507952780dab7c7c512f51 +checksum=3d7aee7e4f044b2f67f3d51a8a76eda18076e9fb2774de54ac351d777d4ebffa build_options="static libunwind" build_options_default="libunwind"