strace: update to 4.17.

This commit is contained in:
Juan RP 2017-05-25 09:12:09 +02:00
parent 5bfd597ae2
commit b60f83311b

View file

@ -1,6 +1,6 @@
# Template file for 'strace'
pkgname=strace
version=4.16
version=4.17
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=98487cb5178ec1259986cc9f6e2a844f50e5d1208c112cc22431a1e4d9adf0ef
checksum=81f35b085fbb3cfa806eb521a8522ac3406deaccfe121ce35064bad268237419
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) configure_args=; makedepends= ;;