From 810673f825b5f0d81f111ecd8f4ea8acda0b2189 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 3 Sep 2023 00:50:29 +0530 Subject: [PATCH] strace: update to 6.5. --- srcpkgs/strace/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template index 333f2e8402cf7..7787fc261fc24 100644 --- a/srcpkgs/strace/template +++ b/srcpkgs/strace/template @@ -1,6 +1,6 @@ # Template file for 'strace' pkgname=strace -version=6.4 +version=6.5 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=27987dbac57fdfd260c6db4dc8328df35c95c6867c8a3d4371d59cdcf4eb9238 +checksum=dfb051702389e1979a151892b5901afc9e93bbc1c70d84c906ade3224ca91980 build_options="static libunwind" build_options_default="libunwind"