strace: update to 5.11.

This commit is contained in:
Anthony Iliopoulos 2021-02-18 20:56:34 +01:00 committed by Érico Nogueira Rolim
parent 951f65889a
commit e1ac5e7c99

View file

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