From 77bb8307f3c709502d4a38d1a0361e960c7417d5 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 22 Mar 2024 01:35:45 +0530 Subject: [PATCH] strace: update to 6.8. --- srcpkgs/strace/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template index 483c3680db54f9..07f6daef16c44b 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.8 +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=ba6950a96824cdf93a584fa04f0a733896d2a6bc5f0ad9ffe505d9b41e970149 build_options="static libunwind" build_options_default="libunwind"