strace: update to 5.2.

This commit is contained in:
Juan RP 2019-08-13 17:01:21 +02:00
parent a195c979f6
commit 278fef6250
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -1,6 +1,6 @@
# Template file for 'strace'
pkgname=strace
version=5.1
version=5.2
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=f5a341b97d7da88ee3760626872a4899bf23cf8dee56901f114be5b1837a9a8b
checksum=d513bc085609a9afd64faf2ce71deb95b96faf46cd7bc86048bc655e4e4c24d2
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) configure_args=; makedepends= ;;