strace: update to 6.2.

Adopt.
This commit is contained in:
icp 2023-02-27 11:15:34 +05:30 committed by Michal Vasilek
parent 195b882541
commit b1cdc5c038
1 changed files with 3 additions and 3 deletions

View File

@ -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 <orphan@voidlinux.org>"
maintainer="icp <pangolin@vivaldi.net>"
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"