strace: update to 5.5.

This commit is contained in:
Anthony Iliopoulos 2020-02-11 00:57:39 +01:00 committed by Juan RP
parent a2d53ccfc6
commit 9fda7e9049

View file

@ -1,6 +1,6 @@
# Template file for 'strace'
pkgname=strace
version=5.4
version=5.5
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=f7d00514d51290b6db78ad7a9de709baf93caa5981498924cbc9a744cfd2a741
checksum=9f58958c8e59ea62293d907d10572e352b582bd7948ed21aa28ebb47e5bf30ff
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) configure_args=; makedepends= ;;