strace: update to 5.11.
This commit is contained in:
parent
951f65889a
commit
e1ac5e7c99
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'strace'
|
# Template file for 'strace'
|
||||||
pkgname=strace
|
pkgname=strace
|
||||||
version=5.10
|
version=5.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-silent-rules --with-libunwind"
|
configure_args="--enable-silent-rules --with-libunwind"
|
||||||
|
@ -11,7 +11,7 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://strace.io/"
|
homepage="https://strace.io/"
|
||||||
changelog="https://raw.githubusercontent.com/strace/strace/master/NEWS"
|
changelog="https://raw.githubusercontent.com/strace/strace/master/NEWS"
|
||||||
distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
|
distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
|
||||||
checksum=fe3982ea4cd9aeb3b4ba35f6279f0b577a37175d3282be24b9a5537b56b8f01c
|
checksum=ffe340b10c145a0f85734271e9cce56457d23f21a7ea5931ab32f8cf4e793879
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64*|ppc64*) configure_args+=" --enable-mpers=no" ;;
|
aarch64*|ppc64*) configure_args+=" --enable-mpers=no" ;;
|
||||||
|
|
Loading…
Reference in New Issue