strace: update to 6.4.

This commit is contained in:
icp 2023-06-28 01:01:03 +05:30 committed by Duncan Overbruck
parent 476e0fe984
commit 5ba203e98a

View File

@ -1,6 +1,6 @@
# Template file for 'strace'
pkgname=strace
version=6.3
version=6.4
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=e17878e301506c1cc301611118ad14efee7f8bcef63b27ace5d290acce7bb731
checksum=27987dbac57fdfd260c6db4dc8328df35c95c6867c8a3d4371d59cdcf4eb9238
build_options="static libunwind"
build_options_default="libunwind"