From dc60eee8b18720f8eb657ebab7396988a3d257d6 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 28 Jan 2025 00:22:35 +0530 Subject: [PATCH] strace: update to 6.13. --- srcpkgs/strace/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template index c4fa32c2ce1..708bd3c4f84 100644 --- a/srcpkgs/strace/template +++ b/srcpkgs/strace/template @@ -1,6 +1,6 @@ # Template file for 'strace' pkgname=strace -version=6.12 +version=6.13 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=c47da93be45b6055f4dc741d7f20efaf50ca10160a5b100c109b294fd9c0bdfe +checksum=e209daf0ee038ca5adcc4c277e9273b4d51f46a2ff86da575d36742ac3508a17 build_options="static libunwind" build_options_default="libunwind"