From 4d543cea6165053fcbfca24163da0d1e0eff3a11 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 30 Jan 2024 15:06:12 +0530 Subject: [PATCH] strace: update to 6.7. --- srcpkgs/strace/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template index a54658e41f089..6448685e7967d 100644 --- a/srcpkgs/strace/template +++ b/srcpkgs/strace/template @@ -1,6 +1,6 @@ # Template file for 'strace' pkgname=strace -version=6.6 +version=6.7 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=421b4186c06b705163e64dc85f271ebdcf67660af8667283147d5e859fc8a96c +checksum=2090201e1a3ff32846f4fe421c1163b15f440bb38e31355d09f82d3949922af7 build_options="static libunwind" build_options_default="libunwind"