strace: update to 5.12.

Closes: #30544 [via git-merge-pr]
This commit is contained in:
Anthony Iliopoulos 2021-04-27 12:16:51 +02:00 committed by Andrew J. Hesford
parent 10615ea644
commit 1adb81d742

View file

@ -1,6 +1,6 @@
# Template file for 'strace'
pkgname=strace
version=5.11
version=5.12
revision=1
build_style=gnu-configure
configure_args="--enable-silent-rules --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=ffe340b10c145a0f85734271e9cce56457d23f21a7ea5931ab32f8cf4e793879
checksum=29171edf9d252f89c988a4c340dfdec662f458cb8c63d85431d64bab5911e7c4
case "$XBPS_TARGET_MACHINE" in
aarch64*|ppc64*) configure_args+=" --enable-mpers=no" ;;