From a16203786ab91222dab88555deb823082abf9bb4 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 27 Feb 2023 11:15:34 +0530 Subject: [PATCH] strace: update to 6.2. Adopt. --- srcpkgs/strace/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template index af2d68b9b331..0e2cea0454ba 100644 --- a/srcpkgs/strace/template +++ b/srcpkgs/strace/template @@ -1,17 +1,17 @@ # Template file for 'strace' pkgname=strace -version=6.1 +version=6.2 revision=1 build_style=gnu-configure configure_args="--enable-silent-rules $(vopt_with libunwind)" makedepends="$(vopt_if libunwind libunwind-devel)" short_desc="System Call Tracer" -maintainer="Orphaned " +maintainer="icp " 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=2579e9cec37dbb786f6ea0bebd15f40dd561ef2bde2a2a2ecdce5963b01859fd +checksum=0c7d38a449416268d3004029a220a15a77c2206a03cc88120f37f46e949177e8 build_options="static libunwind" build_options_default="libunwind"