strace: update to 5.9.

This commit is contained in:
Anthony Iliopoulos 2020-09-28 23:19:21 +02:00 committed by Andrew J. Hesford
parent 8443bd4603
commit 65e8e1169e

View file

@ -1,6 +1,6 @@
# Template file for 'strace'
pkgname=strace
version=5.8
version=5.9
revision=1
build_style=gnu-configure
configure_args="--with-libunwind"
@ -10,7 +10,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
license="LGPL-2.1-or-later"
homepage="https://strace.io/"
distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
checksum=df4a669f7fff9cc302784085bd4b72fab216a426a3f72c892b28a537b71e7aa9
checksum=39473eb8465546c3e940fb663cb381eba5613160c7302794699d194a4d5d66d9
case "$XBPS_TARGET_MACHINE" in
aarch64*|ppc64*) configure_args+=" --enable-mpers=no" ;;