strace: update to 5.1.

This commit is contained in:
Peter Bui 2019-05-26 16:34:51 -04:00 committed by Helmut Pozimski
parent 0bcd295be7
commit 5d9b536d8b

View file

@ -1,6 +1,6 @@
# Template file for 'strace'
pkgname=strace
version=5.0
version=5.1
revision=1
build_style=gnu-configure
configure_args="--with-libunwind"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
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=3b7ad77eb2b81dc6078046a9cc56eed5242b67b63748e7fc28f7c2daf4e647da
checksum=f5a341b97d7da88ee3760626872a4899bf23cf8dee56901f114be5b1837a9a8b
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) configure_args=; makedepends= ;;