strace: update to 4.23.

This commit is contained in:
maxice8 2018-06-16 13:03:18 -03:00
parent 95c703a510
commit 635ee8a5ff

View file

@ -1,16 +1,16 @@
# Template file for 'strace'
pkgname=strace
version=4.22
version=4.23
revision=1
build_style=gnu-configure
configure_args="--with-libunwind"
makedepends="libunwind-devel"
short_desc="A System Call Tracer"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://strace.io/"
license="BSD-3-Clause"
homepage="https://strace.io/"
distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
checksum=068cd09264c95e4d591bbcd3ea08f99a693ed8663cd5169b0fdad72eb5bdb39d
checksum=7860a6965f1dd832747bd8281a04738274398d32c56e9fbd0a68b1bb9ec09aad
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) configure_args=; makedepends= ;;