From e065b3b027b8fd02bfcd7476d6a38f7fab4e268e Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 26 Mar 2025 15:46:30 +0530 Subject: [PATCH] strace: update to 6.14. --- srcpkgs/strace/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template index 708bd3c4f84..2f9d5fda1e0 100644 --- a/srcpkgs/strace/template +++ b/srcpkgs/strace/template @@ -1,6 +1,6 @@ # Template file for 'strace' pkgname=strace -version=6.13 +version=6.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=e209daf0ee038ca5adcc4c277e9273b4d51f46a2ff86da575d36742ac3508a17 +checksum=244f3b5c20a32854ca9b7ca7a3ee091dd3d4bd20933a171ecee8db486c77d3c9 build_options="static libunwind" build_options_default="libunwind"