strace: update to 4.19.

This commit is contained in:
Michael Gehring 2017-09-07 21:51:07 +00:00
parent ba68d9c2a9
commit ccd4454cde

View file

@ -1,6 +1,6 @@
# Template file for 'strace'
pkgname=strace
version=4.18
version=4.19
revision=1
build_style=gnu-configure
configure_args="--with-libunwind"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://sourceforge.net/projects/strace"
license="BSD"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=89ad887c1e6226bdbca8da31d589cadea4be0744b142eb47b768086c937fca08
checksum=7c93ebc6c29280f47c24a0eb86873a99ccb2cac6512c60a60ba4ef99ab807281
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) configure_args=; makedepends= ;;