strace: update to 5.7.

This commit is contained in:
Anthony Iliopoulos 2020-06-06 15:09:49 +02:00 committed by Enno Boland
parent b56c817f8f
commit 3de75b3c25

View file

@ -1,6 +1,6 @@
# Template file for 'strace'
pkgname=strace
version=5.6
version=5.7
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=189968eeae06ed9e20166ec55a830943c84374676a457c9fe010edc7541f1b01
checksum=b284b59f9bcd95b9728cea5bd5c0edc5ebe360af73dc76fbf6334f11c777ccd8
case "$XBPS_TARGET_MACHINE" in
aarch64*|ppc64*) configure_args+=" --enable-mpers=no" ;;