From a30b2e14f3df8e96d7a202b32ced9ecc88399d78 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 22 Mar 2024 01:35:45 +0530 Subject: [PATCH] strace: update to 6.9. --- srcpkgs/strace/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template index 483c3680db5..d78f24557ae 100644 --- a/srcpkgs/strace/template +++ b/srcpkgs/strace/template @@ -1,7 +1,7 @@ # Template file for 'strace' pkgname=strace -version=6.7 -revision=2 +version=6.9 +revision=1 build_style=gnu-configure configure_args="--enable-silent-rules $(vopt_with libunwind)" makedepends="$(vopt_if libunwind libunwind-devel)" @@ -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=2090201e1a3ff32846f4fe421c1163b15f440bb38e31355d09f82d3949922af7 +checksum=da189e990a82e3ca3a5a4631012f7ecfd489dab459854d82d8caf6a865c1356a build_options="static libunwind" build_options_default="libunwind"